• Stars
    star
    123
  • Rank 290,145 (Top 6 %)
  • Language
    Python
  • License
    Other
  • Created almost 15 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Source code for Planet Clojure

Planet Clojure

This is the source code of Planet Clojure.

Planet Clojure runs on Venus which is written in Python (a fine programming language).

The template of Planet Clojure was designed by Brajeshwar; so all credit goes to him.

Adding yourself to Planet Clojure

If you have a blog on Clojure and want to feature on Planet Clojure, fork this project on Github, edit the file clojure/config.ini and add your blog feed URL and your name in the following format -

[http://path/to/your/blog/feed/]
name = Your Name

After you are done, commit the change to your repository and send me a pull request. I will be happy to add you to Planet Clojure.

Note: Please add the feed which contains only those posts which are Clojure/Lisp related.

As a policy we do not put generic feeds on Planet Clojure, but if you don't have Clojure-specific feed on your site, you may try to add following parameter to the section to filter only Clojure-specific posts (but be careful, it may not be very precise if your feed doesn't include enough text to match this regex):

filter = (clojure|Clojure|\(def |\(defn-? )

If you also have Twitter account, please add twitter parameter to the section, like this:

twitter = <handle-without-@>

Reporting Bugs

If you have an issue with the design or even Planet, feel free to send me pull requests of your fixes. I will be happy to merge those into my tree.

More Repositories

1

dotemacs

BG's custom Emacs setup
Emacs Lisp
79
star
2

clojure101

Clojure 101 Course Material
Clojure
33
star
3

yfinance

Simple Clojure code to fetch data from Y! Finance
Clojure
28
star
4

img-palette

A simple demo of extracting dominant colors from an image using K-means clustering
Clojure
27
star
5

genome

My genetic data, open sourced
14
star
6

followtwits

GAE app to follow all your Twitter followers
Python
11
star
7

chainmap

A custom Map-like data-structure for Clojure
Clojure
7
star
8

ketamine

A consistent hashing library for Clojure.
Clojure
7
star
9

dot-emacs

The historical .emacs (and other related files) of Baishampayan Ghose
Emacs Lisp
5
star
10

s3-backup

Python script to back-up files to Amazon S3
Python
4
star
11

isbn.clj

Fetch book prices from Indian ecommerce sites
Clojure
4
star
12

json-stackoverflow

A GAE app to retrieve ones Stackoverflow score as JSON
Python
3
star
13

gtdstack

Getting Things Done Stack - a simple program to help people work with important interruptions in work.
Python
3
star
14

talks

Slides from my various talks
Python
3
star
15

clojure.sexy

clojure.sexy website
CSS
2
star
16

addiptc.py

A simple Python script to add IPTC metadata to images
2
star
17

zshrc

My .zshrc file
2
star
18

tackytoe

A simple Tic Tac Toe AI in Clojurescript and React.js
JavaScript
2
star
19

gps-info-uploader

A Python script for Symbian S60 to upload gps data to a remote server
Python
2
star
20

movieratr

A GAE app for the oCricket team to manage our inhouse movies collection
Python
2
star
21

ghoseb.github.com

My Github Homepage
HTML
2
star
22

homebrew-xpo

Homebrew formula for ghoseb/xpo
Ruby
1
star
23

sudoku

A simple Sudoku solver in Clojure
Clojure
1
star