Skip to content

Instantly share code, notes, and snippets.

View jrbalsas's full-sized avatar

José Ramón Balsas jrbalsas

  • University of Jaén
  • Jaén - Spain
View GitHub Profile
@nachomezzadra
nachomezzadra / remote.xml
Last active October 21, 2018 09:13
XBMC remote.xml mapping for LG TV HDMI CEC (42LS5700-SB)
<keymap>
<global>
<remote>
<skipminus>XBMC.Action(reloadkeymaps)</skipminus>
<stop>XBMC.ActivateWindow(Home)</stop>
<blue>ContextMenu</blue>
</remote>
</global>
<home>
<remote>
@LeCoupa
LeCoupa / bash-cheatsheet.sh
Last active May 9, 2024 03:03
Bash CheatSheet for UNIX Systems --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04
@danielmai
danielmai / Moss-README.rst
Last active March 3, 2024 11:16
Some words on getting started with Moss.

Checking Plagiarism with Moss

Moss (Measure of Software Similarity) is a service that is used to check for plagiarism with programming assignments.

Getting Started with Moss

Moss is simply a command-line script that sends the program files to a server. You

@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active May 7, 2024 01:27
A badass list of frontend development resources I collected over time.