Skip to content
View oliveratgithub's full-sized avatar

Block or report oliveratgithub

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Various snippets to add "Made with l...
    1
    <!-- Example #1 - no styling -->
    2
    Made with ❤ in Switzerland
    3
    Made with ♥ in Switzerland
    4
    Made with ♡ in Switzerland
    5
    Made with ❤️ in Switzerland
  2. Unix Shell-Script to crawl a list of...
    1
    #!/bin/sh
    2
    timezone="Europe/Zurich"
    3
    # List of valid timezones: wikipedia.org/wiki/List_of_tz_database_time_zones
    4
    script="${0##*/}"
    5
    rootdir=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)
  3. Emoji-list with emojis, names, short...
    1
    {
    2
    	"emojis": [
    3
    		{"emoji": "👩‍👩‍👧‍👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "&#128105;&zwj;&#128105;&zwj;&#128103;&zwj;&#128103;", "category": "People & Body (family)", "order": ""},
    4
    		{"emoji": "👩‍👩‍👧‍👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "&#128105;&zwj;&#128105;&zwj;&#128103;&zwj;&#128102;", "category": "People & Body (family)", "order": ""},
    5
    		{"emoji": "👩‍👩‍👦‍👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "&#128105;&zwj;&#128105;&zwj;&#128102;&zwj;&#128102;", "category": "People & Body (family)", "order": ""},
  4. ioQuake3 – custom high definition co...
    1
    seta r_mode "-1"
    2
    seta r_customwidth "5120"
    3
    seta r_customheight "2880"
    4
    seta cg_fov "115"
    5
    seta cg_gunCorrectFOV "1"
  5. zorgch/zorg-verein-docs Public

    Alle wichtigen Dokumente zum zorg Verein

    HTML 3

  6. phpDocumentor-Template-ghwiki Public

    phpDocumentor custom-made template for code documentation publishing as GitHub Wiki

    HTML 4 1