blazeeboy
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hey HN! I'm the author of XLog. I built it because I wanted a knowledge base tool that combined: - Local markdown files (like Hugo/Jekyll) - Automatic backlinks (like Obsidian/Roam) - My text editor (Vim), not a…
- Show HN: Xlog: a static site generator for digital gardening written in Go (xlog.emadelsaid.com)
Xlog: a static site generator for digital gardening written in Go
- Why I Became a Software Developer (emadelsaid.com)
- Single Machine Startup Company System (emadelsaid.com)
- On Modern Web Applications Stability (emadelsaid.com)
- Show HN: Rubyfunctions.com (rubyfunctions.com)
- Show HN: A tracker for public figures in united states newspapers (whoispopulartoday.com)
- Show HN: Who is the CEO now? – me (who-is-the-ceo-now.me)
- Ruby interactive dependency graph visualizer (github.com)
- Developer Tools that depends completely on your browser (blazeboy.me)
-
this is a small practice of downloading a list of anonymous emails gravatar images, this could give you a good indicator of what email is active. the script is for fun use only, i got the list of emails from pastebin…
-
this script is rather simple one, it will wait until you finish work then show a window with a funny text that tells you to go home and enjoy your life. this script will me very useful if you put it in your login…
-
objective C has a weired feature, it can swaps 2 methods between objects, so if you are trying to call a Method1 from Object1 it will call Method2 from Object2, i created a solution for that in ruby as there is no…
-
this script uses sinatra to share your media files from your songs library the script will enable users to play music on page using a streaming url this script is part of a larger one to create a media library on the…
-
this script could be part of large script of monitoring your followers number across social media, and sum them to form a social score of some kind just like klout does. as i didn't find an apropriate api to get these…
-
this script will get a new image from reddit every period and write it to an ixisting image on you Hard drive, if you set this image as your wallpaper you will have a constantly changing desktop wallpaper from the…
-
this script will use ruby reddit api gem to browse a subreddit i like named AWW, they post cute pets images, i will browse this subreddit latest posts and will download images to my machine, this script could be applied…
- Forgiving ruby (twitter.com)
- Facebook Bot responds with code output (twitter.com)
- Simple sorting algorithms with ruby (twitter.com)
- Convert Ruby scripts to HTML and Markdown (twitter.com)
- How do i automate creating these posts images (twitter.com)
-
this is small but useful script, it could be used as a plugin for sublimeText, CMS, news website to get the top 40 UK singles from BBC website. script gets teh printable format of the chart and extract data then form…
-
i wanted to see ruby classes and each class connected to its parent i used the ruby-graphviz, it turns out that there is another gme named graphviz and it is not the one tha will work correctly. my method was fairly…
- Post to your linkedin account using ruby (twitter.com)