Skip to content

Instantly share code, notes, and snippets.

View bertocq's full-sized avatar

Alberto Calderón Queimadelos bertocq

View GitHub Profile
@bertocq
bertocq / hightlight-article_title_words_text.xml
Last active September 8, 2019 11:47
highlight-article title words test
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>highlight-artitle title words test</title>
<updated>2019-09-08T13:53:36+01:00</updated>
<id>https://www.test.com</id>
<entry>
<title type="html">Gittern</title>
<link href="https://test.com/1/"/>
<id>1</id>
#fizzbuzz_test.rb
# "Write a program that prints the numbers from 1 to 100.
# But for multiples of three print “Fizz” instead of the
# number and for the multiples of five print “Buzz”.
# For numbers which are multiples of both three and five
# print “FizzBuzz”."
class FizzBuzz
@bertocq
bertocq / atajosEclipse.textile
Last active May 5, 2024 00:01
Atajos de teclado para Eclipse

Atajos de teclado para Eclipse (y derivados como ZendStudio)

Para editar un comando: Window → Preferences → General → Keys

Edición

Ctrl+D elimina la línea actual (en la que se encuentra el cursor)
Ctrl+Shift+F formatear código (tabulaciones, saltos de línea,…)
@bertocq
bertocq / gist:3194342
Created July 28, 2012 18:33 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘KB toggle side bar
⌘⇧P command prompt
⌘⇧N new window (useful for new project)

Editing