Giter Club home page Giter Club logo

emacs-berlin.org's Introduction

emacs-berlin.org

emacs-berlin.org website

To run this page locally:

bundle install
bundle exec jekyll serve --watch

Any changes pushed to the main branch will be published automatically.

emacs-berlin.org's People

Contributors

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

Stargazers

 avatar Ghislain Vieilledent avatar Fermin MF avatar Rafael Villarroel avatar Ingo Richter avatar Hugo Maas avatar Eunmin Kim avatar Felix E. Klee avatar  avatar  avatar Johnson Denen avatar Gerald Bauer avatar  avatar Peter Vasil avatar USAMI Kenta avatar Milan avatar  avatar  avatar Ronert Obst avatar

Watchers

 avatar  avatar  avatar Milan avatar James Cloos avatar Hugo Maas avatar  avatar

emacs-berlin.org's Issues

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"]]")) ))

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).

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.