Jump to content

Title :)

 

The program will be made in Java :)

 

I'm a grade 11 Highschool student with no job, so if you appreciate any of the programs feel free to donate! A donation is not required but it would be awesome if you did :)

 

btn_donateCC_LG.gif

There are 10 types of people in this world, those who can read binary and those who can't.

There are 10 types of people in this world, those who can read hexadecimal and F the rest.

~Fletch

Link to comment
https://linustechtips.com/topic/25772-bored-who-needs-a-simple-program-madeideas/
Share on other sites

Link to post
Share on other sites

What I'm going to shoot for this summer is a PVP checkers program to give me real experience on a whole slew of things that go into a complete program. I then hope to implement a back-end that I can plug A.I. into and start studying that some more. So maybe some similar kind of board game could keep you occupied.

 

Also I love projecteuler.net for programming/mathematical challenges. Many of them may make you reach further into nooks and crannies of computer science and math than you are use to.

 

That's all I have. Hopefully one of those can help inspire an idea  :) .

My rig: 2600k(4.2 GHz) w/ Cooler Master hyper 212+, Gigabyte Z68-UD3H-B3, Powercolor 7870 xt(1100/1500) w/AIO mod,

8GB DDR3 1600, 120GB Kingston HyperX 3K SSD, 1TB Seagate, Antec earthwatts 430, NZXT H2

Verified max overclock, just for kicks: http://valid.canardpc.com/show_oc.php?id=2609399

Link to post
Share on other sites

Title :)

 

The program will be made in Java :)

Sorry, i have seen your signature some times now, and i dont get the hexadecimals one.

 

 

There are 10 types of people in this world, those who can read hexadecimal and F the rest.

 

10 = 16, and F = 15. So your statement would be?

 

"There are 16 types of peaple in this world, those who can read hexadecimal and 15 the rest."

 

So you are saying that 1/16 understand hexadecimals? or am i completely wrong here and totally validating the statement? :)

 

Correct me if im wrong, as i dont use hexadecimals on a daily base :)

Best regards Zahlio,
Unity asset developer - Game developer (http://playsurvive.com) - Computer Science student

Link to post
Share on other sites

Sorry, i have seen your signature some times now, and i dont get the hexadecimals one.

 

 

10 = 16, and F = 15. So your statement would be?

 

"There are 16 types of peaple in this world, those who can read hexadecimal and 15 the rest."

 

So you are saying that 1/16 understand hexadecimals? or am i completely wrong here and totally validating the statement? :)

 

Correct me if im wrong, as i dont use hexadecimals on a daily base :)

Hexadecimal goes 0-F (f being 15) and it is a base 16 system 16 being 10 therefor if you see 10 as 16, 0-15 is up to F, so the rest are up to F. :)

There are 10 types of people in this world, those who can read binary and those who can't.

There are 10 types of people in this world, those who can read hexadecimal and F the rest.

~Fletch

Link to post
Share on other sites

How 'bout a simple file encryption program? 

 

I've already made one. :)

 

Do you need a copy?

There are 10 types of people in this world, those who can read binary and those who can't.

There are 10 types of people in this world, those who can read hexadecimal and F the rest.

~Fletch

Link to post
Share on other sites

can you make a program that can display the number of frames each video card is making in a crossfire config? i would like to see that while playing some of my games.

 

i would also be cool to see gpu usage, whether the crossfire config is being used, temps, fan speed, and all the other good stuff.

Link to post
Share on other sites

Sure! I'd love to check it out!

 

Here ya go, I just put it up on github! :)

 

https://github.com/fletchto99/File-Encryptor

 

 

Heres the download for the jar: https://github.com/fletchto99/File-Encryptor/raw/master/Build/FileEncryptor.jar

There are 10 types of people in this world, those who can read binary and those who can't.

There are 10 types of people in this world, those who can read hexadecimal and F the rest.

~Fletch

Link to post
Share on other sites

can you make a program that can display the number of frames each video card is making in a crossfire config? i would like to see that while playing some of my games.

 

i would also be cool to see gpu usage, whether the crossfire config is being used, temps, fan speed, and all the other good stuff.

 

I don't think this can be done because that would require going out of the JVM. Sorry.

 

If anyone else knows how to do this feel free to :)

There are 10 types of people in this world, those who can read binary and those who can't.

There are 10 types of people in this world, those who can read hexadecimal and F the rest.

~Fletch

Link to post
Share on other sites

Here ya go, I just put it up on github! :)

 

https://github.com/fletchto99/File-Encryptor

 

 

Heres the download for the jar: https://github.com/fletchto99/File-Encryptor/raw/master/Build/FileEncryptor.jar

Thanks buddy

 

Link to post
Share on other sites

For biology class, Program that converts a DNA string in FASTA-format (eg. 5’ATG CGG AGC 3’) to a comma seperated list of the Proteines in the DNA sequence. Pretty specific and may exist (I can't find one), but shouldn't take all that long to make

 

Converting table:

TripletCodonTable.jpg

Stuff I have I like: Moto G - Superlux HD681 Evo - Monoprice 9927

90% of what I say is sarcasm.

Link to post
Share on other sites

For biology class, Program that converts a DNA string in FASTA-format (eg. 5’ATG CGG AGC 3’) to a comma seperated list of the Proteines in the DNA sequence. Pretty specific and may exist (I can't find one), but shouldn't take all that long to make

 

Converting table:

TripletCodonTable.jpg

 

So, GUC GCC GAA would be "Valine, Alanine, Glutamic Acid"?

 

Sorry i dont understand the 5'ARC' does that means that there is 5 * ARC? and what does the 'AGC 3' mean? Sorry i dont know anything about the biology.. :)

 

And does the 'somedate' indicate one dna string, so we can have multiple like:

 

'GUC GCC GAA' 'GUC GCC GAA'?

Best regards Zahlio,
Unity asset developer - Game developer (http://playsurvive.com) - Computer Science student

Link to post
Share on other sites

So, GUC GCC GAA would be "Valine, Alanine, Glutamic Acid"?

 

Sorry i dont understand the 5'ARC' does that means that there is 5 * ARC? and what does the 'AGC 3' mean? Sorry i dont know anything about the biology.. :)

 

And does the 'somedate' indicate one dna string, so we can have multiple like:

 

'GUC GCC GAA' 'GUC GCC GAA'?

The 5 and the 3 indicates start and end, there can be more complicated stuff with it that's not needed for this program. But you got the proteines right : P

Sorry for not explaining fully, but would be awesome if you could make it. 

Stuff I have I like: Moto G - Superlux HD681 Evo - Monoprice 9927

90% of what I say is sarcasm.

Link to post
Share on other sites

The 5 and the 3 indicates start and end, there can be more complicated stuff with it that's not needed for this program. But you got the proteines right : P

Sorry for not explaining fully, but would be awesome if you could make it. 

 

I know nothing about biology, so what your saying is expand the acronym to the full names? 

There are 10 types of people in this world, those who can read binary and those who can't.

There are 10 types of people in this world, those who can read hexadecimal and F the rest.

~Fletch

Link to post
Share on other sites

I know nothing about biology, so what your saying is expand the acronym to the full names?

Yeah pretty much something like that, World be awesome.

Stuff I have I like: Moto G - Superlux HD681 Evo - Monoprice 9927

90% of what I say is sarcasm.

Link to post
Share on other sites

Yeah pretty much something like that, World be awesome.

 

Source: https://gist.github.com/fletchto99/5786050

 

Jar: https://dl.dropboxusercontent.com/u/23938245/Protein%20Converter.jar

 

Feel free to donate if you like it! :) -- If you notice any errors or want a change just let me know.

There are 10 types of people in this world, those who can read binary and those who can't.

There are 10 types of people in this world, those who can read hexadecimal and F the rest.

~Fletch

Link to post
Share on other sites

Source: https://gist.github.com/fletchto99/5786050

 

Jar: https://dl.dropboxusercontent.com/u/23938245/Protein%20Converter.jar

 

Feel free to donate if you like it! :) -- If you notice any errors or want a change just let me know.

Wow that was quick : P

But it seems if i test it writing 6 proteines, it only shows up 2...

I don't know why, but if i didn't mention it something like UUC UUU will mean Phenyl-alanine, phenyl alanine

Also, would it be possible for it to accept non-spaced strings?

But thanks though :P

Stuff I have I like: Moto G - Superlux HD681 Evo - Monoprice 9927

90% of what I say is sarcasm.

Link to post
Share on other sites

Wow that was quick : P

But it seems if i test it writing 6 proteines, it only shows up 2...

I don't know why, but if i didn't mention it something like UUC UUU will mean Phenyl-alanine, phenyl alanine

Also, would it be possible for it to accept non-spaced strings?

But thanks though :P

 

So what would something like just UUU print out? Also can you give me like 5 or 6 examples so I can test and make sure they are right? :) -- I can also remove the space requirement, and it should work with more than 2?http://gyazo.com/bcfc42074bf073ab272c23a579af292d.png

There are 10 types of people in this world, those who can read binary and those who can't.

There are 10 types of people in this world, those who can read hexadecimal and F the rest.

~Fletch

Link to post
Share on other sites

So what would something like just UUU print out? Also can you give me like 5 or 6 examples so I can test and make sure they are right? :) -- I can also remove the space requirement, and it should work with more than 2?http://gyazo.com/bcfc42074bf073ab272c23a579af292d.png

Works now o.O, i'll report if it happens again! UUU would be phenyl-alanine, GUU would be valine, CCU, CCC, ACU would be Proline, Proline, threonine, AAA, AAG would be lysine, lysine, AGA AAC AGG Would be Arginine Asparagin arginine

Just tested and they all work so that's good!

So just making it accept it without spaces (Accepting both with and without spaces preffered, if it could just ignore the spaces altogether it would be awesome :P)

Stuff I have I like: Moto G - Superlux HD681 Evo - Monoprice 9927

90% of what I say is sarcasm.

Link to post
Share on other sites

On 6/15/2013 at 3:59 PM, wkronbaek said:

Works now o.O, i'll report if it happens again! UUU would be phenyl-alanine, GUU would be valine, CCU, CCC, ACU would be Proline, Proline, threonine, AAA, AAG would be lysine, lysine, AGA AAC AGG Would be Arginine Asparagin arginine

Just tested and they all work so that's good!

So just making it accept it without spaces (Accepting both with and without spaces preffered, if it could just ignore the spaces altogether it would be awesome :P)

 

I created a Python 3.0 script for you:

Link to post
Share on other sites

can you make a program that can display the number of frames each video card is making in a crossfire config? i would like to see that while playing some of my games.

 

i would also be cool to see gpu usage, whether the crossfire config is being used, temps, fan speed, and all the other good stuff.

 

If you are just looking for a graphics monitor, not specifically made from someone here, MSI's Afterburner software has it built in. I use it often and it works fine.

If you have it:

1. Go to settings and the On-Screen Display tab, enter a key combo for Toggle OSD.

2. Go to the Monitoring tab and click on what you want to see in the OSD, and check the box near the bottom "Show in OSD"

 

You will have to repeat step 2 for each stat you want to see.

This only works in games (not the desktop), but can't get it to work in Minecraft, also works in powerdvd for some reason.

PC Noise Hater Level = Linus

Link to post
Share on other sites

  • 1 month later...

sorry to bring this thread back to life but i just thought up of something. 

 

if you played rez, you know how it shows your actions or what you do on the left top side of the screen? could you make one where it records a persons kestrokes and mouse clicks and shows them up on the left top side of the screen when playing games?

Link to post
Share on other sites

Hexadecimal goes 0-F (f being 15) and it is a base 16 system 16 being 10 therefor if you see 10 as 16, 0-15 is up to F, so the rest are up to F. :)

 

I saw this too and understood it but, its grammatically incorrect  <_<

 

I laughed all the same though  ;)

Link to post
Share on other sites

Try to make a Steam CD-key injector (not brute force):

 

You put Different cdkeys into a .txt file, 1 cdkey per line, run the program exe or whatever while having Steam open and it tries to activate each code you put in the .txt file, one cdkey at a time separated by lines, until it check every one. It also has to automatically confirm or decline windows when they tell the code doesn't work or does work and do you want to install etc.

 

AAAA-AAAA-AAAA

BB-BBBB-BBB

CCCC-CC-CC

 

Do you think you can pull it off? There are often humble bundles etc with lots of steamkeys and this would be a nice thing to have, just list all the keys you got and press enter and after a minute or two all codes are accepted into your library. and if one of them doesnt work then nothing happens and program continues to work.

So... If Jesus had the gold, would he buy himself out instead of waiting 3 days for the respawn?

CPU: Phenom II x6 1045t ][ GPU: GeForce 9600GT 512mb DDR3 ][ Motherboard: Gigabyte GA-MA770T-UD3P ][ RAM: 2x4GB Kingston 1333MHz CL9 DDR3 ][ HDD: Western Digital Green 2TB ][ PSU: Chieftec 500AB A ][ Case: No-name without airflow or dust filters Budget saved for an upgrade so far: 2400PLN (600€) - Initial 2800PLN (700€) Upgraded already: CPU

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×