This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Application: Amarok (amarok), signal: Segmentation fault | |
| [Current thread is 0 (LWP 19427)] | |
| Thread 6 (Thread 0x7fa21a245950 (LWP 19428)): | |
| #0 0x00007fa22887056d in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 | |
| #1 0x00007fa21f993f91 in ?? () from /usr/lib/libxine.so.1 | |
| #2 0x00007fa22886c3ba in start_thread () from /lib/libpthread.so.0 | |
| #3 0x00007fa22ec2cfcd in clone () from /lib/libc.so.6 | |
| #4 0x0000000000000000 in ?? () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| For your consideration | |
| Github renders textile, markdown, and rdoc (and maybe more, I don't know). | |
| It would be cool if it rendered some kind of text-based markup language | |
| geared for slides - S9 Perhaps? http://slideshow.rubyforge.org/ | |
| Basically, all it would have to do is use S9 to generate the HTML from something like this: | |
| ---------- | |
| h1. Web Services REST-Style: Universal Identifiers, Formats & Protocols |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/ruby | |
| # Original credits to Geet Duggal | |
| # Concatenates an arbitrary number of files together into columns | |
| # Columns map to lines in each file. | |
| # Requirement: Files be of the same length. | |
| # Oh, and cheers! | |
| require "pp" | |
| filez = ARGV.map do |fname| | |
| begin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'rubygems' | |
| require 'open-uri' | |
| require 'hpricot' | |
| require 'rss/maker' | |
| version = "2.0" | |
| destination = ENV['HOME']+"/public_html/md_super_ads.xml" | |
| content = RSS::Maker.make(version) do |m| | |
| m.channel.title = "MD Super Ads Classifieds RSS" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'rubygems' | |
| require 'open-uri' | |
| require 'hpricot' | |
| require 'rss/maker' | |
| version = "2.0" | |
| destination = "mdshooters_classifieds.xml" | |
| content = RSS::Maker.make(version) do |m| | |
| m.channel.title = "MDShooters Classifieds RSS" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Stranger: hey | |
| Stranger: you know what | |
| You: WHUT! | |
| Stranger: its DARK outside | |
| You: no wai | |
| Stranger: aint that scary? | |
| You: naa im tough | |
| Stranger: you are :)? | |
| You: like a steak | |
| Stranger: wow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .gist-meta { | |
| font-family: Tahoma,Verdana,"Lucida Grande" !important; | |
| background-color: #FFF !important; | |
| } | |
| .gist-data pre { | |
| color: #222 !important; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| int main() { | |
| printf("Look at me, look at me!\n"); | |
| return 0; | |
| } |
NewerOlder