Skip to content

Instantly share code, notes, and snippets.

View batisteo's full-sized avatar
💚
Saluton!

Řůšťý Ðěνëľőρεr batisteo

💚
Saluton!
View GitHub Profile
@batisteo
batisteo / snippet.conf
Last active August 29, 2015 13:56
Snippet.conf for Django and webdeveloppement
# Geany's snippets configuration file
#
# use \n or %newline% for a new line (it will be replaced by the used EOL char(s) - LF, CR/LF, CR).
# use \t or %ws% for an indentation step, it will be replaced according to the current document's indent mode.
# use \s to force whitespace at beginning or end of a value ('key= value' won't work, use 'key=\svalue').
# use %key% for all keys defined in the [Special] section.
# use %cursor% to define where the cursor should be placed after completion. You can define multiple
# %cursor% wildcards and use the "Move cursor in snippet" to jump to the next defined cursor
# position in the completed snippet.
# You can define a section for each supported filetype to overwrite default settings, the section
#!/usr/bin/env python
"""
Regenarate list of languages based of the sil.org website.
"""
import os
import codecs
import csv
import requests
@batisteo
batisteo / coworking.geojson
Last active September 11, 2015 21:22
Coworking places in Budapest
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@batisteo
batisteo / Funkciaĵoj por Pasporta Servo 3.1.md
Created December 2, 2015 10:37
Listo de funkciaĵo kontraŭ pago por PS 3.1

Funkcioj por Pasporta Servo 3.1

Jen la listo de funkcioj kiun mi pretas fari kontraŭ la sumo de 1000€ sen AVI:

Ĝenerala mapo

  • Granda mapo for serĉi uzantjo
  • Markiloj en kunigitaj en fasko (cluster)
  • Dinamikaj filtriloj laŭ atributoj en breto
  • Laboreforto: 100 horoj

Mapa festo en Tiszafüred

{3,4,5,7}a de aŭgusto 2013

Prelego

Ĉu estos vidprojektilo?

  1. Kiu mi estas?
@batisteo
batisteo / amuza_hungara.rst
Created June 19, 2013 04:53
Hungara lingvokurso en esperanto.

Hungara lingvokurso

Szia! Sziasztok!

Ki vagyok én? Hány éves vagyok?

Nyelvtörő

@batisteo
batisteo / laboro_en_TEJO.md
Last active October 11, 2016 09:31
Laborĵurnalo dum mia laboro en TEJO
@batisteo
batisteo / new_french_regions.py
Created November 25, 2016 21:40
Nouvelles régions françaises par numéro de département (nov 2016)
# Usage: region_name = french_region[departement]
french_region = {
"01": "Auvergne-Rhône-Alpes",
"03": "Auvergne-Rhône-Alpes",
"07": "Auvergne-Rhône-Alpes",
"15": "Auvergne-Rhône-Alpes",
"26": "Auvergne-Rhône-Alpes",
"38": "Auvergne-Rhône-Alpes",
"42": "Auvergne-Rhône-Alpes",
[user]
name = Baptiste Darthenay
email = baptiste@darthenay.fr
[color]
ui = auto
[alias]
co = checkout
ci = commit
st = status
br = branch
<ul id="aligxintoj"></ul>
<script src="https://unpkg.com/tabletop/src/tabletop.min.js"></script>
<script>
function listigi(datumo) {
const ul = document.getElementById("aligxintoj");
datumo.forEach(function(homo) {
const li = document.createElement("li");
li.innerHTML = `${homo.Nomo} (${homo.Lando})`;