This is my i3
config, using FontAwesome icons for i3status
.
Save files to ~/.i3
.
double group_1and2etc1c2014_11_MLP_13_82_1_input_hidden_weights[82][13] = { | |
{ | |
4.44780726851570e-002, | |
3.46975254777826e-002, | |
3.00136806922376e-002, - | |
3.59714753497314e-002, | |
5.46459102688282e-002, | |
1.24134375113982e-002, | |
2.00972628855656e-002, | |
7.98406661538499e-002, |
#include <stdio.h> | |
#include <stdarg.h> | |
#include "error.h" | |
void __error_report(const char *fname, int line, int e_code, const char *fmt, ...) | |
{ | |
va_list args; | |
va_start(args, fmt); | |
fprintf(stderr,"elog_message:\n"); |
#!/bin/bash | |
echo "TRANSLATE ME, I AM WRITTEN IN GERMAN ;)" | |
#Den Titel zwischenspeichern | |
title=$(youtube-dl --get-title $*) | |
#Sonderzeichen, die bei Dateinamen Probleme bereiten ersetzen | |
title=$(echo "$title" | sed -e s/[^\]\[A-Za-z0-9._{}[:space:]\(\)\-]/_/g) | |
#Nur dann, wenn Titel nicht leer, hat die Verbindung geklappt und nur dann sollen die weiteren Schritte eingeleitet werden! |
;;; highlight-chars.el --- Highlight specified sets of characters, including whitespace. | |
;; | |
;; Filename: highlight-chars.el | |
;; Description: Highlight specified sets of characters, including whitespace. | |
;; Author: Drew Adams | |
;; Maintainer: Drew Adams (concat "drew.adams" "@" "oracle" ".com") | |
;; Copyright (C) 2000-2014, Drew Adams, all rights reserved. | |
;; Created: Fri Nov 16 08:37:04 2012 (-0800) | |
;; Version: 0 | |
;; Package-Requires: () |
#!/usr/bin/env python3 | |
############################################################################# | |
## readcue.py | |
## This file is part of readcue | |
## Copyright (C) 2014 Dhaval Anjaria | |
## Copyright (C) 2014 Darcy Bras da Silva | |
## | |
## This program is free software: you can redistribute it and/or modify | |
## it under the terms of the GNU General Public License as published by |
var player = map.getPlayer(); | |
var moveToward = function (obj, type) { | |
var target = obj.findNearest(type); | |
var leftDist = obj.getX() - target.x; | |
var upDist = obj.getY() - target.y; | |
var direction; | |
if (upDist == 0 && leftDist == 0) { | |
return; | |
} if (upDist > 0 && upDist >= leftDist) { |
import "ecere" | |
class AsyncTask : Thread | |
{ | |
public void * userData; | |
virtual bool any_object::notifyDone(); | |
void doSomething() | |
{ |
import "ecere" | |
enum FancyState { start, finish, fail }; | |
class FancyString : struct | |
{ | |
public property const String s | |
{ | |
set { s = CopyString(value); } | |
get { return s; } |
<?php | |
/* start editable */ | |
// Register your client at https://orcid.org/developer-tools and replace the details below | |
define('OAUTH_CLIENT_ID', 'YOUR-CLIENT-ID'); | |
define('OAUTH_CLIENT_SECRET', 'YOUR-CLIENT-SECRET'); | |
define('OAUTH_REDIRECT_URI', 'https://developers.google.com/oauthplayground'); // URL of this script | |
define('ORCID_PRODUCTION', false); // sandbox; change to true when ready to leave the sandbox | |
/* end editable */ |
This is my i3
config, using FontAwesome icons for i3status
.
Save files to ~/.i3
.