This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl -w | |
# | |
# Generate a script which when run recompiles each and every package | |
# in the Gentoo system. | |
# This will typically be required on a major GCC upgrade. | |
# | |
# $HeadURL: /caches/xsvn/trunk/usr/local/sbin/recompile-entire-system $ | |
# $Author: root $ | |
# $Date: 2006-09-01T14:15:49.548823Z $ | |
# $Revision: 334 $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# -i to specifiy iso directory | |
# -c to install iso cd, if you do not have it already (if you have specify with -i option) | |
# -d to install iso dvd, if you do not have it already (if you have specify with -i option) | |
base_current_link="https://cdimage.debian.org/cdimage/ports/hurd-i386/current/iso-dvd/" | |
while getopts ":hi:cd:" opt; do | |
case $opt in | |
i) dir_for_iso=${OPTARG};; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Launch apps", | |
"rules": [ | |
{ | |
"description": "Launch apps by right shift+letters. Editied", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "v", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Options +Indexes | |
IndexOptions +FoldersFirst | |
IndexOptions +XHTML | |
IndexOptions +HTMLTable | |
IndexOptions +FancyIndexing | |
IndexOptions +SuppressRules | |
HeaderName header.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<!-- TITLE ATTRIBUTE --> | |
<title>Thamognya's Mirror Service</title> | |
<!-- MOBILE DEVICE SUPPORT --> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<!-- INLINE STYLE (NO MESS OF HIDING ADDITIONAL FILES IN .htaccess) --> | |
<style type="text/css"> | |
/****************************** | |
INLINE STYLES BEGIN HERE | |
*****************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"telemetry.telemetryLevel": "off", | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.autoClosingBrackets": "always", | |
"editor.fontFamily": "'FiraCode Nerd Font Mono', 'Fira Code', 'Noto Mono', 'Droid Sans Mono', 'Courier New', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 18, | |
"editor.cursorBlinking": "smooth", | |
"editor.cursorSmoothCaretAnimation": true, | |
"security.workspace.trust.untrustedFiles": "open", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
</head> | |
<body> | |
<h1>Counter</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim:fileencoding=utf-8:foldmethod=marker | |
#: Fonts {{{ | |
#: kitty has very powerful font management. You can configure | |
#: individual font faces and even specify special fonts for particular | |
#: characters. | |
font_family Fira Code | |
bold_font auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// C++ includes used for precompiling -*- C++ -*- | |
// Copyright (C) 2003-2015 Free Software Foundation, Inc. | |
// | |
// This file is part of the GNU ISO C++ Library. This library is free | |
// software; you can redistribute it and/or modify it under the | |
// terms of the GNU General Public License as published by the | |
// Free Software Foundation; either version 3, or (at your option) | |
// any later version. |
OlderNewer