Skip to content

Instantly share code, notes, and snippets.

@tmichel
tmichel / gist:5939782
Last active December 19, 2015 10:19
PÉK címtár és db egységesítés

Címtár és db egységesítés

Cél: profil és körök végleges merge-elése

Döntés:

User táblába tároljuk az adatokat, és a címtár csak egy vékony valami lesz

Címtárban maradna (duplikálva):

@bmispelon
bmispelon / map.geojson
Last active December 22, 2015 21:09 — forked from anonymous/map.geojson
via:geojson.io
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tmichel
tmichel / gist:7750887
Created December 2, 2013 15:08
csoportos bookmarkoló/brainstorming webapp, kir-dev fb jelenlét

Alapvető cél

Múltkor irc-en merült fel ennek a posztnak a kapcsán, hogy jó lenne egy erőteljesebb FB jelenlét a kör részéről. Ennek egyik eszköze lehetne, ha értelmes dolgokat osztanánk meg, mint ahogy ez a fenti linken is történt. Balo is és én is (és gondolom mindenki más is) végtelen szemetet nyálaz át minden nap az internet információrengetegéből. Ebből heti 3-4-5 tényleg érdekes cikk simán kipottyanhat.

Az ötlet tehát egyszerű: ki kellene jelölni pár témakört, lehetőleg elég bővet, hogy a heti termésből keveset zárjunk ki, és ezekbe gyűjteni cikkeket, projekteket, stb. A jelölt linkek közül közös döntés alapján kiválaszunk egyet és azt a megadott napon posztoljuk. Kell mellé egy 1-2 mondatos, rövid, velős összefoglalás/ajánló.

Gondolom nem kell ecsetelnem, hogy miért is lenne jó, ha nagyobb publicitást kapnánk. :)

Az eszköz

@jvns
jvns / interview-questions.md
Last active April 17, 2025 16:25
A list of questions you could ask while interviewing

A lot of these are outright stolen from Edward O'Campo-Gooding's list of questions. I really like his list.

I'm having some trouble paring this down to a manageable list of questions -- I realistically want to know all of these things before starting to work at a company, but it's a lot to ask all at once. My current game plan is to pick 6 before an interview and ask those.

I'd love comments and suggestions about any of these.

I've found questions like "do you have smart people? Can I learn a lot at your company?" to be basically totally useless -- everybody will say "yeah, definitely!" and it's hard to learn anything from them. So I'm trying to make all of these questions pretty concrete -- if a team doesn't have an issue tracker, they don't have an issue tracker.

I'm also mostly not asking about principles, but the way things are -- not "do you think code review is important?", but "Does all code get reviewed?".

@headius
headius / ffi-jep.md
Last active January 26, 2016 00:57
JDK Enhancement Proposal: FFI

Title: Foreign Function Interface Author: Charles Oliver Nutter Organization: Red Hat Owner: Charles Oliver Nutter Created: 2014/01/28 Type: Feature State: Draft Exposure: Open Component: --/-- Scope: JDK

@lelandbatey
lelandbatey / whiteboardCleaner.md
Last active May 20, 2025 13:11
Whiteboard Picture Cleaner - Shell one-liner/script to clean up and beautify photos of whiteboards!

Description

This simple script will take a picture of a whiteboard and use parts of the ImageMagick library with sane defaults to clean it up tremendously.

The script is here:

#!/bin/bash
convert "$1" -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 "$2"

Results

@smarterclayton
smarterclayton / openshift_system_design_v3.md
Last active August 29, 2015 14:03
OpenShift 3.x System Design
@Filirom1
Filirom1 / README.md
Last active August 29, 2015 14:04
What happens when you create an application on OpenShift.

What happens when you create an application on OpenShift.

             __________                __________
            |          |     mco      |          |__
rhc ----->  |  Broker  |  --------->  |   Node   |  |__
            |__________| \            |__________|  |  |
                  /\     \  --------->   |__________|  |
                  |       \ --------->      |__________|
             _____|____ 

| |

@jirutka
jirutka / -README.md
Last active October 31, 2023 09:07
How to use terminal on Windows and don’t go crazy…

How to use terminal on Windows without going crazy…

Windows is really horrible system for developers and especially for devops. It doesn’t even have a usable terminal and shell, so working with command line is really pain in the ass. If you really don’t want to switch to any usable system (OS X, Linux, BSD…), then this guide should help you to setup somewhat reasonable environment – usable terminal, proper shell, ssh client, git and Sublime Text as a default editor for shell.

Install stuff

  1. Download and install Git for Windows* with:
    • [✘] Use Git from the Windows Command Prompt
  • [✘] Checkout as-is, commit Unix-style line endings
@addyosmani
addyosmani / README.md
Last active July 2, 2025 14:29 — forked from 140bytes/LICENSE.txt
108 byte CSS Layout Debugger

CSS Layout Debugger

A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.

One-line version to paste in your DevTools

Use $$ if your browser aliases it:

~ 108 byte version