You are not logged in.

#1 2006-10-25 16:02:57

shuthdar
Member
From: Latvia
Registered: 2006-08-09
Posts: 31

What do you miss?

Hi all!

I want to improve my programming skills (C & Python preferable) making something useful for community.

So I thought maybe archers will have some ideas? smile

Offline

#2 2006-10-25 19:49:30

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: What do you miss?

You could write a tool that detects the correct video driver, resolution and so on and generates an xorg.conf - would be very useful for LiveCDs...


Haven't been here in a while. Still rocking Arch. smile

Offline

#3 2006-10-26 08:16:39

chrismortimore
Member
From: Edinburgh, UK
Registered: 2006-07-15
Posts: 655

Re: What do you miss?

http://bbs.archlinux.org/viewtopic.php?t=24961

A yahtzee game is the way forward, make me some yahtzee....


Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB

Offline

#4 2006-10-26 15:56:52

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: What do you miss?

Sigi wrote:

You could write a tool that detects the correct video driver, resolution and so on and generates an xorg.conf - would be very useful for LiveCDs...

Done.  ddcxinfo-arch in the hwd package.  It reads directly from hardware.

Offline

#5 2006-10-27 00:29:28

trofer
Member
Registered: 2006-07-26
Posts: 13

Re: What do you miss?

Do some graphical dependency map (graph) showing more important package dependencies with thickier lines or other colors, based on the number of packages which depend on it, or other criteria. Integrate it with some of the other GUI pacman frontends.

I know, not exactly the arch way, probably a few lines in octave could do that, or one line in perl would get me a list of packages sorted by an importance rule, but some people like to have the option to look at things visually. smile

Offline

#6 2006-10-27 01:03:49

Alphalutra1
Member
Registered: 2006-09-16
Posts: 59

Re: What do you miss?

chrismortimore wrote:

http://bbs.archlinux.org/viewtopic.php?t=24961

A yahtzee game is the way forward, make me some yahtzee....

I wrote one a while back in Java, I will post it once I find it if it makes you happy.  I will include the sourcecode as well. 

Cheers,

Alphalutra1

Offline

#7 2006-10-27 01:25:56

Alphalutra1
Member
Registered: 2006-09-16
Posts: 59

Re: What do you miss?

http://ultrashare.net/hosting/fl/a3a81868b1/ here it is.  Released under BSD license cause I like that one, and it is a two player yahtzee applet.  Source code is included and so are the compiled classes.  Just open up the html file once you extract the files, then you will have a fun yahtzee to play in your browser.

Cheers,

Alphalutra1

Offline

#8 2006-10-27 12:21:20

chrismortimore
Member
From: Edinburgh, UK
Registered: 2006-07-15
Posts: 655

Re: What do you miss?

Alphalutra1 wrote:

http://ultrashare.net/hosting/fl/a3a81868b1/ here it is.  Released under BSD license cause I like that one, and it is a two player yahtzee applet.  Source code is included and so are the compiled classes.  Just open up the html file once you extract the files, then you will have a fun yahtzee to play in your browser.

Cheers,

Alphalutra1

Cool, I'll give it a go later, cheers smile


Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB

Offline

#9 2006-10-28 05:52:06

Askadar
Member
Registered: 2004-08-10
Posts: 10

Re: What do you miss?

trofer wrote:

Do some graphical dependency map (graph) showing more important package dependencies with thickier lines or other colors...

That's a job for graphviz. Just read from the package db the dependencies and output to a text file, feed it to dot (or use a pipe) and you got a graphical representation of the dependencies.

Offline

Board footer

Powered by FluxBB