Coder Social home page Coder Social logo

emacs-berlin / emacs-berlin.org Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 4.0 1.91 MB

The Website of the Emacs Berlin Meetup

Home Page: https://emacs-berlin.org

License: Creative Commons Zero v1.0 Universal

HTML 94.05% Ruby 0.08% CSS 2.49% JavaScript 0.52% Emacs Lisp 2.86%

emacs-berlin.org's People

Contributors

andreas-roehler avatar bitspook avatar dependabot[bot] avatar ebert-hanke avatar jman-schief avatar juanitofatas avatar pandemie avatar plexus avatar pxlpnk avatar ska2342 avatar til avatar volrath avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

emacs-berlin.org's Issues

Topics/ideas for Wednesday 30 July

Add your ideas for talks/hacks here ๐Ÿ‘

The next meetup is on Wed 30.07.2014 beginning at 19:00, at the contentful.com office:

Ritterstr. 12-14
10969 Berlin
Germany

Take the shiny outside elevator to the 5th floor and enter the office trough the door on your left.

Contentful will kindly provide some beer and mate for you and space for at least 10 people so bring interested people (newbies, veterans, or simply emacs-curious).

Next meetup hacks/talks

Hey I would like to collect some ideas for the next meetup here:

I showed my pivotal-insert method the last time and I would like to add some functionality to it. I think this is a cool way of doing some elisp together and learn from it.

The idea is to extend this to fetch the title of a pivotal ticket or github issue and insert it next to the link so I can use this to track them in my orgmode.

here is the function:

(defun insert-pivotal ()
  (interactive)
  (insert
   (let* (
          (url (x-get-clipboard))
          (id (replace-regexp-in-string ".*/" "" url)))
     (concat "[[" url "][\#"id"]]")) ))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.