Ziddykins

Ziddykins

Joined
Aug 04, 2012

Activity Stream

Ziddykins created a Page  -  Apr 08, 2015
269 

A friend came to me asking if I could help him making crawling through his thousands of camera images a little easier. His camera named his pictures in a confusing manner I guess so I came up with this. This uses the EXIF data of the images to rename your images in a date/time format. It also supports sequences, which are pictures taken in rapid succession. This only does png/jpg's and the extension..

 Respond   Perl  
Ziddykins created a Page  -  Sep 11, 2014
1 206 

Tired of having a bunch of messy, disorganized code? Need a little more order in your life? This is for you. What this does is sorts your code for you alphabetically and case-insensitively. Feed it your source and it'll output sorted.code The code:

  1 Thread   Perl   Shell  
Ziddykins created a Page  -  Jun 02, 2014
1 111 

Calculates Fibonacci to the limit you specify. Can calculate fib(500) in roughly half a second. You'll need the Math::BigInt module. As far as I know it comes default, but if you don't have it, use cpan "sudo cpan Math::BigInt"

  1 Thread   Perl  
Ziddykins created a Page  -  Jun 02, 2014
84 

Palindromes are neat. Palindromic numbers in base 10 as well as base 2 are even more neat! Enter a max value and it'll do the rest. (note: Base10 is human-readable numbers, where Base2 is binary)

  1 Thread   Perl  
Ziddykins created a Page  -  Jun 02, 2014
1 46 

It's about to get math-y up in here. This finds which number produces the most terms in the Collatz sequence, up to a value you specify. For those who don't know, the iterative sequence in the Collatz sequence is: If n is odd: Multiply by three and add one. If n is even: Divide by two. (n*3+1)or(n/2); Continue until you end up at one. It's believed every number will eventually end up at one.

 Respond   Perl  
Ziddykins created a Page  -  May 15, 2014
1 216 

More simple challenge stuff. Converts age in years to age in seconds. Three kinds of years.

  1 Thread   Perl  
Ziddykins created a Page  -  May 15, 2014
130 

More programming challenge stuff. Converts temperatures in 6 different ways.

 Respond   Perl  
Ziddykins created a Page  -  May 15, 2014
1 154 

Uploading stuff made for a programming challenge. This generates 3 types of passwords for you, at a length you choose. (Alpha, alpha numeric, alpha numeric special).

 Respond   Perl  
Ziddykins created a Page  -  May 15, 2014
79 

Uploading a bunch of stuff made for a programming challenge. Reverses a string given by user.

 Respond   Perl  
Ziddykins created a Page  -  May 15, 2014
169 

Uploading a bunch of simple stuff done for a programming challenge.

  1 Thread   Perl  
Ziddykins created a Page  -  Apr 25, 2013
1 212 

Scrapes various pastebin/pastebin-alikes and saves them to a site-specific folder under the paste's ID.

  1 Thread   Perl  
Ziddykins created a Page  -  Apr 03, 2013
270 

DNS's a range of ip addresses. Saves the nameservers returned to a file. Multi-threaded to increase speed. Not much of a purpose, I was bored.

  1 Thread   Perl  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.