code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
package redis.clients.jedis.util; import java.io.FilterOutputStream; import java.io.IOException; import java.io.OutputStream; /** * The class implements a buffered output stream without synchronization There are also special * operations like in-place string encoding. This stream fully ignore mark/reset and should ...
xetorthio/jedis
src/main/java/redis/clients/jedis/util/RedisOutputStream.java
Java
mit
4,015
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- sorter.cpp --> <title>Sorter QML Type | SortFilterProxyModel</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div clas...
oKcerG/SortFilterProxyModel
docs/qml-sortfilterproxymodel-sorter.html
HTML
mit
4,516
/***********************************************************************\ | | | File: SGD_AudioManager.cpp | | Author: Douglas Monroe | | Last Modified: 2014-03-10 | | | | Purpose: To load and play audio files | | .wav - sound effect | | ...
Poofyfancypants/Destiny-Falls
DestinyFalls/SGD Wrappers/SGD_AudioManager.cpp
C++
mit
40,414
<?php // autoload_static.php @generated by Composer namespace Composer\Autoload; class ComposerStaticInitd5dcad0d68c960e286a3cfac3be336b8 { public static $files = array ( '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', '3b5531f8bb4716e1b6014ad7e...
minhv1993/seedsite
concrete/vendor/composer/autoload_static.php
PHP
mit
456,141
<?php /** Tabbed Pane. * * Copyright (c) 2008 Oliver C Dodd * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the righ...
oliverdodd/0
components/php/TabbedPane.php
PHP
mit
6,362
package cpup.mc.computers.content.network.impl.network import scala.reflect.runtime.{universe => ru} import cpup.mc.computers.CPupComputers import cpup.mc.computers.content.network.impl import cpup.mc.computers.content.network.impl.{Bus, Network, Node} class NetworkBus(val network: Network) extends Bus { override d...
CoderPuppy/cpup-computers-mc
src/main/scala/cpup/mc/computers/content/network/impl/network/NetworkBus.scala
Scala
mit
1,519
#include "base/testing.h" #include <iostream> GTEST_API_ int main(int argc, char** argv) { std::cout << "Running main() from testing_main.cc\n"; InitTest(&argc, &argv); return RUN_ALL_TESTS(); }
imos/gbase
src/base/testing_main.cc
C++
mit
203
package Eldhelm::Server::Logger; use strict; use threads; use threads::shared; use Data::Dumper; use Time::HiRes qw(usleep); use Date::Format; use Carp; use base qw(Eldhelm::Server::Child); sub create { my (%args) = @_; Eldhelm::Server::Logger->new(%args); } sub new { my ($class, %args) = @_; my $self = Eldhelm...
wastedabuser/eldhelm-platform
lib/Eldhelm/Server/Logger.pm
Perl
mit
2,645
# Release History ## Go Forum > 0.8.0 'Discourse' 스타일의 포럼 ## BBS > 0.8.0 멀티 보드 게시판 모듈이 추가 되었습니다. ## A Team > 0.6.0 두 세가지 테마를 포함한 바로 사용 가능한 팀블로그 모듈을 릴리즈 합니다. ## Restructuring > 0.5.0 코어 구조 개선 및 싱글 보드 게시판 ## Smart Network Platform Test > 0.4.0 앱 스토어 기능을 실험합니다. 여기엔 서버에 설치된 네이티브 애플리케이션과 상호 통신하는 기능을 포함하고 있습니다...
soomtong/blititor
docs/history.md
Markdown
mit
1,361
const DateTime = Jymfony.Component.DateTime.DateTime; const DateTimeZone = Jymfony.Component.DateTime.DateTimeZone; const TimeSpan = Jymfony.Component.DateTime.TimeSpanInterface; const { expect } = require('chai'); describe('[DateTime] DateTime', function () { it('should accept string on construction', () => { ...
alekitto/jymfony
src/Component/DateTime/test/DateTimeTest.js
JavaScript
mit
9,292
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace abbTools { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Ma...
piopon/abb-tools
abbTools/Program.cs
C#
mit
514
# Irbtools (More) Changelog ## 2.5.0 * Bump binding_of_caller & core_docs for Ruby 3.0 ## 2.4.1 * Loosen Ruby dependency to allow Ruby 3.0 ## 2.4.0 * Bump looksee & core_docs for Ruby 2.7 ## 2.3.1 * Loosen irbrtools-more dependency to irbtools (allow 3.x) ## 2.3.0 * Remove dependency to did_you_mean, since it is n...
janlelis/irbtools
CHANGELOG-MORE.md
Markdown
mit
1,366
class ParticipantInvitation < ActiveRecord::Base include Invitable before_create :generate_token belongs_to :event validates_uniqueness_of :email, scope: :event def create_participant(person) event.participants.create(person: person, role: role) end private def generate_token self.token = ...
jsis/cfp.jsconf.is
app/models/participant_invitation.rb
Ruby
mit
698
<div class="card"> <div class="card-image waves-effect waves-block waves-light"> <% if (image) { %> <img class="activator" src="<%= image %>"> <% if (mode == 'mapmaker' && _.contains(objectType, 'kaart')) { %> <div class="add-image-container"> <a href="#" class="add-image icon-plus...
TotalActiveMedia/erfgeoviewer
app/templates/result-item.html
HTML
mit
1,680
package com.imrenagi.service_auth.service.security; import com.imrenagi.service_auth.AuthApplication; import com.imrenagi.service_auth.domain.User; import com.imrenagi.service_auth.repository.UserRepository; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.InjectMocks...
imrenagi/microservice-skeleton
service-auth/src/test/java/com/imrenagi/service_auth/service/security/MysqlUserDetailsServiceTest.java
Java
mit
2,072
Kipskool
douggy12/Kipskool
README.md
Markdown
mit
9
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package net.daw.bean; import com.google.gson.annotations.Expose; /** * * @author rafa */ public class Element implements IElement ...
Josecho93/ExamenCliente
src/main/java/net/daw/bean/Element.java
Java
mit
1,120
package org.vitrivr.cineast.api.rest.handlers.actions.metadata; import io.javalin.http.Context; import io.javalin.plugin.openapi.dsl.OpenApiBuilder; import io.javalin.plugin.openapi.dsl.OpenApiDocumentation; import java.util.Map; import org.vitrivr.cineast.api.messages.result.MediaObjectMetadataQueryResult; import org...
vitrivr/cineast
cineast-api/src/main/java/org/vitrivr/cineast/api/rest/handlers/actions/metadata/FindObjectMetadataFullyQualifiedGetHandler.java
Java
mit
2,769
using System.Web.Http; using ProductService.Filters; namespace ProductService { public class Config { //#if !DEBUG // // windows içindeki docker için // //static string Service_Registery_Url = "http://192.168.99.100:5000/api/registery/save/"; // //static string Service_Url = "192.168.99.1...
sgulci/MicroserviceSample
ProductService/Config.cs
C#
mit
1,258
require 'fileutils' module TwitterSms class Logger def initialize(filename,log_size=5) @log_size=log_size @raw_filename = filename @file = File.new(filename, "a") # 2x check mode write_intro end def log(message) @file.puts("#{Time.now.strftime("(%b %d - %H:%M:%S)")} #{messa...
rkneufeld/twitter-sms
lib/twitter-sms/logger.rb
Ruby
mit
648
using System; using System.Data; using Signum.Utilities; using Signum.Engine.Maps; using System.IO; using System.Data.Common; using System.Linq.Expressions; using Signum.Entities; using Signum.Utilities.Reflection; using System.Reflection; using System.Threading.Tasks; using System.Threading; using System.D...
avifatal/framework
Signum.Engine/Connection/Connector.cs
C#
mit
8,153
<?php declare(strict_types=1); namespace Fc2blog\Model; class Validate { /** * 必須チェック * @param $value * @param bool $isNeed true/false * @return bool|string True is valid, string is some error message. */ public static function required($value, bool $isNeed) { if ($value =...
fc2blog/blog
app/src/Model/Validate.php
PHP
mit
11,269
module.exports = function () { var modules = []; var creeps = Game.creeps; var spawn = Game.spawns.Spawn1; var score = spawn ? spawn.room.survivalInfo.score : 0; var minions = { total: 0, build: 0, carry: 0, harvest: 0, guard: 0, medic: 0, runn...
cameroncondry/cbc-screeps
game/clock.js
JavaScript
mit
1,928
using System; using System.IO; using System.Text; namespace VirtualObjects.Core { class TextWriterStub : TextWriter { public override Encoding Encoding { get { return null; } } } }
AlienEngineer/VirtualObjects
VirtualObjects/TextWriterStub.cs
C#
mit
233
Ajax ==== Standalone AJAX library inspired by jQuery/zepto ## Installation [![component](https://component.jit.su/component-badge.svg)](https://component.jit.su/refer/ForbesLindesay/ajax) ``` component-install ForbesLindesay/ajax ``` Then load using: ```JavaScript var ajax = require('ajax'); ``` Or load using a ...
zhongzhi107/ajax
README.md
Markdown
mit
1,288
// ------------------------------------------------------------------------------ // <auto-generated> // This file was generated by Extensibility Tools v1.10.211 // </auto-generated> // ------------------------------------------------------------------------------ namespace OpenInWinDirStat { static class Vsix ...
GregTrevellick/OpenInApp.Launcher
src/OpenInWinDirStat/source.extension.cs
C#
mit
831
package com.indignado.logicbricks.utils.builders.joints; import com.badlogic.gdx.physics.box2d.World; /** * @author Rubentxu */ public class JointBuilder { private final World world; private DistanceJointBuilder distanceJointBuilder; private FrictionJointBuilder frictionJointBuilder; private GearJoi...
Rubentxu/GDX-Logic-Bricks
gdx-logic-bricks/src/main/java/com/indignado/logicbricks/utils/builders/joints/JointBuilder.java
Java
mit
2,754
# Implanner Build stylish implementation plans!
tcuthbert/Implanner
README.md
Markdown
mit
48
# -*- coding: utf-8 -*- # ProjectEuler/src/python/problem404.py # # Crisscross Ellipses # =================== # Published on Sunday, 2nd December 2012, 01:00 am # # Ea is an ellipse with an equation of the form x2 + 4y2 = 4a2. Ea' is the # rotated image of Ea by θ degrees counterclockwise around the origin O(0, 0) # ...
olduvaihand/ProjectEuler
src/python/problem404.py
Python
mit
944
/** * @class A wrapper around WebGL. * @name GL * @param {HTMLCanvasElement} element A canvas element. * @param {function} onload A callback function. * @param {function} callbacks.onerror A callback function. * @param {function} callbacks.onprogress A callback function. * @param {function} callbacks.onloadstart...
emnh/mdx-m3-viewer
src/gl/gl.js
JavaScript
mit
15,053
using System; using System.Collections.Generic; using PMKS; using PMKS.PositionSolving; using StarMathLib; namespace PMKS { internal class GearData { internal readonly double radius1; internal readonly double radius2; internal readonly int gearTeethIndex; internal ...
DesignEngrLab/PMKS
PlanarMechanismSimulator/gearData.cs
C#
mit
13,965
module Generators module Hobo module Migration class HabtmModelShim < Struct.new(:join_table, :foreign_keys, :connection) def self.from_reflection(refl) result = self.new result.join_table = refl.options[:join_table].to_s result.foreign_keys = [refl.primary_key_name.t...
activestylus/hobofields
lib/generators/hobo/migration/migrator.rb
Ruby
mit
16,330
package checkers.logic.main; import java.util.Scanner; public class Player { public static void main(String[] args) { consolePlayer(); } private static void consolePlayer(){ CheckersGame g = new CheckersGame(); Scanner in = new Scanner(System.in); int x; int y; while(!g.gameOver()){ //g.testPrint...
kristinclemens/checkers
GameLogic/src/checkers/logic/main/Player.java
Java
mit
451
#!/usr/bin/perl use strict; use warnings; use Getopt::Std; our $VERSION = "v0.1"; my $X = "\e[0m"; my $R = "\e[0;31m"; my $G = "\e[0;32m"; my $Y = "\e[0;33m"; my $B = "\e[0;34m"; my $P = "\e[0;35m"; my $IR = "\e[0;91m"; my $IG = "\e[0;92m"; my $IY = "\e[0;93m"; my $IB = "\e[0;94m"; my $IP = "\e[0;95m"; my %opt...
Gioyik/Kexploiter
Kexploiter.pl
Perl
mit
18,059
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!--suppress ALL --> <html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; fo...
sdsu-its/rohan-search
src/main/resources/ticket_email_template.html
HTML
mit
9,099
<!-- HTML header for doxygen 1.8.10--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" cont...
bradhowes/sidecar
docs/functions_func_f.html
HTML
mit
18,385
import hotkeys from "hotkeys-js"; export default class HotkeyHandler { constructor(hotkeyRegistry) { this.hotkeyRegistry = hotkeyRegistry; hotkeys("*", { keyup: true, keydown: false }, event => { event.preventDefault(); this.hotkeyRegistry.resetLastPressedKeyCodes(); return false; })...
UnderNotic/KeyJitsu
src/game/HotkeyRegistry/index.js
JavaScript
mit
602
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Rank extends MX_Controller { public function __construct() { parent::__construct(); $this->load->config('rank'); $this->configs_rank = config_item('rank'); $this->players = $this->load->model('account/player_model'); $this->lo...
WebATS/WebAAC
application/modules/tfs0.4/players/controllers/rank.php
PHP
mit
4,297
<?php namespace Helpers; /** * Assets static helper * @date 27th November, 2014 * @date May 18 2015 */ class Assets { /** * @var array Asset templates */ protected static $templates = array ( 'js' => '<script src="%s" type="text/javascript"></script>', 'css' => '<link href="...
NandoKstroNet/babita
app/Helpers/Assets.php
PHP
mit
1,175
require 'test_helper' class TodoTest < ActiveSupport::TestCase end
rosswd/todo-rails
test/models/todo_test.rb
Ruby
mit
68
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Namespace Bifrost.ViewModels </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Namespace Bifro...
dolittle/dolittle.github.io
bifrost/api/Bifrost.ViewModels.html
HTML
mit
5,468
# Bill of Materials ## PiezoFilter ### Assembly List | Labels | Description | Package | |-|-|-| | IN, OUT | Molex Mini-Fit Jr, 8 Pins, 4.2 mm | THT | | L1, L2, L3, L4, L5, L6, L7, L8 | Inductor, 100 mH, 70 mA | THT | ### Shopping List | Amount | Part Type | Part Number | Farnell Nr. | Approx. Cost p.U. | |-|-|-|-|-:...
OpenTactile/SCRATCHy
pcb/PiezoFilter/PiezoFilter_BOM.md
Markdown
mit
478
+++ title = "Chamada pra briga - Competição Kaggle Guess The Correlation" date = "2018-03-29" categories = ["curso-r"] original_url = "http://curso-r.com/blog/2018/03/29/2018-03-29-guess-the-correlation/" +++ <p class="text-muted text-uppercase mb-small text-right"> Por <a href="http://curso-r.com/author/athos">Athos<...
brbloggers/brbloggers
content/curso-r/2018-03-29-guess-the-correlation.md
Markdown
mit
4,178
<?xml version="1.0" ?><!DOCTYPE TS><TS language="de" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Blizzardcoin</source> <translation>Über Blizzardcoin</translation> ...
blizzardcoin/blizzardcoin
src/qt/locale/bitcoin_de.ts
TypeScript
mit
120,925
$(function(){ BrowserDetect.init(); $('.minifyme').on("navminified", function() { // $('td.expand,th.expand').toggle(); }); // Activate all popovers (if NOT mobile) if ( !BrowserDetect.isMobile() ) { $('[data-toggle="popover"]').popover(); } }); $.fn.pressEnter = function(fn) { ...
empath-io/empath
app/assets/javascripts/main.js
JavaScript
mit
2,251
import { PickScaleConfigWithoutType, ScaleConfigWithoutType } from './types/ScaleConfig'; import { DefaultThresholdInput, D3Scale, PickD3Scale } from './types/Scale'; import { StringLike, DefaultOutput } from './types/Base'; import scaleOperator, { ALL_OPERATORS } from './operators/scaleOperator'; const applyAllOperat...
hshoff/vx
packages/visx-scale/src/updateScale.ts
TypeScript
mit
5,310
<?php session_start(); //echo "filename:". $_REQUEST['fn']; ini_set('display_errors', 'Off'); ini_set('display_startup_errors', 'Off'); error_reporting(0); include("../config.php"); include("../class/mysql.class.php"); if ($_REQUEST['r']) $resource = $_REQUEST['r']; $db = new MySQL(true); if ($db->Error())...
yellowelise/crypt2share
assets/mysite/editor.php
PHP
mit
4,709
{% extends "volunteers/base.html" %} {% load staticfiles%} {% block cssfiles %} <link rel="stylesheet" type="text/css" href="{% static 'volunteers/css/updateProfile.css' %}" /> <link rel="stylesheet" type="text/css" href="{% static 'volunteers/css/staffPages.css' %}" /> {% endblock cssfiles %} {% block tabs ...
codeforgood2015/bnb
bnbvolunteer/volunteers/templates/volunteers/profile.html
HTML
mit
3,174
from pwn.internal.shellcode_helper import * @shellcode_reqs(arch=['i386', 'amd64'], os=['linux', 'freebsd']) def fork(parent, child = None, os = None, arch = None): """Fork this shit.""" if arch == 'i386': if os in ['linux', 'freebsd']: return _fork_i386(parent, child) elif arch == 'am...
Haabb/pwnfork
pwn/shellcode/misc/fork.py
Python
mit
910
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W30497_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> ...
datamade/elpc_bakken
ocr_extracted/W30497_text/page38.html
HTML
mit
2,287
--- title: "147 - User management" menu: main: name: "User management" identifier: "technical/usermanagement" parent: "technical" --- # Usermanagement ## Easydb session management In order to work with the Easydb, the first requirement is to have a session. For most calls, the session has to be authenti...
programmfabrik/easydb-documentation
content/technical/usermanagement/_index.en.md
Markdown
mit
8,517
--- layout: page title: Spring Inc. Party date: 2016-05-24 author: Andrea Gould tags: weekly links, java status: published summary: Mauris sit amet lorem leo. Aliquam dapibus. banner: images/banner/office-01.jpg booking: startDate: 10/22/2019 endDate: 10/23/2019 ctyhocn: ATLNOHX groupCode: SIP published: true -...
KlishGroup/prose-pogs
pogs/A/ATLNOHX/SIP/index.md
Markdown
mit
3,412
/* Author: Gerard Lamusse Created: 08/2015 Version: 1.0 URL: https://github.com/u12206050/jsonZipper */ var jsonZipper = (function(){ var jz = function(_jsonObj, _options) { var Z = this; var MAP = []; var opts = _options && typeof(_options) !== "boolean" ? _options : {}; /* Public Func...
mboulette/incendie
javascript/jsonZipper.js
JavaScript
mit
8,405
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./cca6e29eb3d738a3c1f901522b3d857f946ca280bf1608b8fad100abc92fc369.html">Teleport</a> <hr> ...
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/4d8757f81a46a8235f8ad5c69db77fe4cf91185e356874fc94edf03ff84eadae.html
HTML
mit
550
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. www.novell.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the Software), to deal * in the Sof...
jjenki11/blaze-chem-rendering
qca_designer/lib/ml-pnet-0.8.1/mcs-sources/class/Novell.Directory.Ldap/Novell.Directory.Ldap/MessageVector.cs
C#
mit
3,366
package com.github.daneko.simpleitemanimator; import android.support.v4.view.ViewCompat; import android.support.v4.view.ViewPropertyAnimatorCompat; import android.view.View; import fj.F; import fj.F2; import fj.F3; import fj.Unit; import fj.data.Option; /** * @see {@link android.support.v7.widget.DefaultItemAnimato...
daneko/SimpleItemAnimator
library/src/main/java/com/github/daneko/simpleitemanimator/DefaultAnimations.java
Java
mit
3,855
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>MediaQueryListEventInit | picturepark-sdk-v1-fetch API</title> <meta name="description" content="Documentation for picturepark-sdk-v1-fetch API"> <meta name="viewport" content="wi...
Picturepark/Picturepark.SDK.TypeScript
docs/picturepark-sdk-v1-fetch/api/interfaces/mediaquerylisteventinit.html
HTML
mit
9,754
<!DOCTYPE html> <!-- Arquivo de teste para verificar visual da página, templates, etc.. --> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <link href="css/home.css" type="text/css" rel="stylesheet"/> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"/> <script src="jquery/js/jquery-1.11.1.mi...
fabriciogmc/progscript
backend/appengine/static/home.html
HTML
mit
4,993
<footer> <hr> <div class="container"> <span class="pull-right">            <button class="btn btn-primary" type="button">&copy; ManageMyServer</button> </span> </div> </footer>
ManageMyServer/managemyserver.github.io
inc/footer.html
HTML
mit
204
# batcher.js [![Build Status](https://api.travis-ci.org/leandrowd/batcher.svg?branch=master)](https://api.travis-ci.org/leandrowd/batcher) > Batch function calls with ease :) It's like a debounce but you don't need to miss the intermediate calls. Batcher aggregates your options and group calls in a given interval us...
leandrowd/batcher
readme.md
Markdown
mit
2,223
<?php // Newfoundland Genetics Project // https://github.com/opyum/nlgp // Admin Functions // "admin.php" // Get config and start session require 'inc/config.php'; session_start(); $uid = $_SESSION['UserID']; if (isset($_SESSION['UserLoggedIn']) && ($_SESSION['UserLevel'] == 2)) { // Print Token if (isset($_...
opyum/nlgp
public_html/admin.php
PHP
mit
23,962
// (The MIT License) // // Copyright Michał Czapracki, budleigh.salterton@gmail.com // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation ...
MichalCz/node-flat-config
examples/advanced/test.js
JavaScript
mit
2,206
--- title: Eseng Bakeng sa Khalalelo ea Hao date: 11/11/2021 --- Khubung ea bolumeli bohle ba Bokreste, bolumeli bohle ba Bibele, ke ’ moko-taba o moholo oa ho lokafatsoa ka tumelo feela. “Hobane Lengolo le reng? Le re: Abrahama a lumela ho Mollimo ’me a balloa tumelo eo hoba ke ho loka (Baro. 4:3). Ellen G. White ...
Adventech/sabbath-school-lessons
src/st/2021-04/07/06.md
Markdown
mit
2,520
<div class="alert alert-warning"> <p><strong>This is a prototype resource.</strong></p> <p>A prototype resource is experimental, and major changes are likely. In time, a prototype resource may or may not advance to production.</p> </div>
Liaison-Intl/Liaison-Intl.github.io
prototype.md
Markdown
mit
242
google-site-verification: ????.html
major13ua/major13ua.github.io
setNumber.html
HTML
mit
36
//===------ polly/SCEVAffinator.h - Create isl expressions from SCEVs -----===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
ensemblr/llvm-project-boilerplate
include/llvm/tools/polly/include/polly/Support/SCEVAffinator.h
C
mit
4,779
import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { FormErrorsComponent } from './form-errors/form-errors.component'; import { PasswordCharacterMessageBuilderPipe } from './form-errors/password-character-message-builder.pipe'; @NgModule({ imports: [ CommonModule ]...
CharlBest/nean-stack-starter
src/client/app/shared/form-errors/form-errors.module.ts
TypeScript
mit
488
#include<iostream> template<classy T> class CSL // CommaSeparatedList { private: int size; public: CSL(T *d, int s); void showList(); }; CSL<T>::CSL(T *d, int s): data(s),size(d) template<typename T> void CSL<T>::showList() { cout<<"Comma separated list:"<<endl; for(int x = 0; x < s ++x) { ...
JamesMarino/CSCI204
Tutorials/Week 10/Support/CSL.cpp
C++
mit
2,261
package clusterconf import ( "encoding/json" "fmt" "math/rand" "net/url" "path" "path/filepath" "strconv" "strings" "sync" "time" "github.com/cerana/cerana/acomm" "github.com/cerana/cerana/pkg/errors" ) const bundlesPrefix string = "bundles" // BundleDatasetType is the type of dataset to be used in a bu...
cerana/cerana
providers/clusterconf/bundle.go
GO
mit
11,671
# alpha_zero
reyesr3/alpha_zero
README.md
Markdown
mit
13
<HTML><HEAD> <TITLE>Review for Crossing Guard, The (1995)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0112744">Crossing Guard, The (1995)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy...
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/4680.html
HTML
mit
5,126
'use strict'; (function() { // ProductAppliers Controller Spec describe('ProductAppliersController', function() { // Initialize global variables var ProductAppliersController, scope, $httpBackend, $stateParams, $location; // The $resource service augments the response object with methods for updat...
lawliet467/backend-mean
public/modules/productAppliers/tests/products.client.controller.test.js
JavaScript
mit
5,896
--- layout: post title: "\"I don't have time\"" date: 2011-05-22 21:06:53 --- "I don't have time." It can get you out of anything. A nearly universal excuse. And yet, it is a lie. During my senior year in high school I asked a teacher of mine to write a letter of recommendation for me. I asked him pretty far in adv...
bryanbraun/bryanbraun.github.io
_posts/2011-05-22-i-dont-have-time.md
Markdown
mit
4,208
# Estimating short-term synaptic plasticity from pre- and postsynaptic spiking for convinience all codes related to estimating STP parameters are in ```stp_glm``` folder ```addpath(genpath('stp_glm'))``` - data for the in vitro experiment is available in ```in vitro data``` # Demo ```stp_demo.m``` generates the pre...
abedghanbari2/stsp
README.md
Markdown
mit
1,246
# Copyright(C) 2012 Ruby-GNOME2 Project. # # This program is licenced under the same license of Ruby-GNOME2. require "open-uri" require "pathname" class GNOME2Win32BinaryBuildTask include Rake::DSL def initialize(package) @package = package define end private def define namespace :win32 do ...
mat-mo/arch-pkgs
ruby-glib2/pkg/ruby-glib2/usr/lib/ruby/gems/2.1.0/gems/glib2-2.1.0/lib/gnome2/rake/win32-binary-build-task.rb
Ruby
mit
7,429
[![Stories in Ready](https://badge.waffle.io/takeo-asai/typescript-starter.png?label=ready&title=Ready)](https://waffle.io/takeo-asai/typescript-starter) badges [![David](https://david-dm.org/takeo-asai/typescript-starter.svg)](https://david-dm.org/takeo-asai/typescript-starter) [![CircleCI](https://circleci.com/gh/tak...
takeo-asai/typescript-starter
README.md
Markdown
mit
517
/* * FTGL - OpenGL font library * * Copyright (c) 2001-2004 Henry Maddocks <ftgl@opengl.geek.nz> * Copyright (c) 2008 Sam Hocevar <sam@zoy.org> * Copyright (c) 2008 Sean Morrison <learner@brlcad.org> * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associat...
mcodegeeks/OpenKODE-Framework
01_Develop/libXMGraphics/Source/FTGLES/FTGL/FTFont.h
C
mit
20,044
/* global expect */ describe('outputFormat', () => { describe('when given a format', () => { it('decides the output that will be used for serializing errors', () => { expect( function () { const clonedExpect = expect.clone().outputFormat('html'); clonedExpect(42, 'to equal', 24);...
unexpectedjs/unexpected
test/api/outputFormat.spec.js
JavaScript
mit
1,096
require 'json' require 'net/http' require 'open-uri' require 'uri' require 'ostruct' module DismalTony # :nodoc: # Umbrella module for all mixins for Directives module DirectiveHelpers # Basic template , adds the inheritence methods through metaprogramming so # that n-children inherit class methods and ins...
jtp184/DismalTony
lib/dismaltony/directive_helpers.rb
Ruby
mit
12,093
'use strict'; const fs = require('fs'); const remote = require('electron').remote; const mainProcess = remote.require('./main'); module.exports = { template: ` <v-list dense class="pt-0"> <v-list-tile to="recent-projects" :router="true"> <v-list-tile-action> <v-icon>list</v-icon> </v-list-tile-acti...
mglaman/conductor
src/components/MainNavigation.js
JavaScript
mit
1,947
//------------------------------------------------------------------------------ // <copyright project="BEmu_cpp" file="headers/ReferenceDataRequest/ReferenceElementErrorInfo.h" company="Jordan Robinson"> // Copyright (c) 2013 Jordan Robinson. All rights reserved. // // The use of this software is governed by ...
red2901/sandbox
exceldna/Libs/Bemu/BEmu_cpp/headers/ReferenceDataRequest/ReferenceElementErrorInfo.h
C
mit
1,661
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <ti...
czhengsci/pymatgen
docs/_modules/pymatgen/io/ase.html
HTML
mit
11,874
<?xml version="1.0" ?><!DOCTYPE TS><TS language="sl_SI" version="2.1"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About AmeroX</source> <translation>O AmeroX</translation> </message> <message> <location l...
ameroxcoin/AmeroX
src/qt/locale/bitcoin_sl_SI.ts
TypeScript
mit
130,618
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="ht...
user-tony/photon-rails
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/bootstrap/js/plugins/js/js/plugins/raphael.2.1.0.min.js.html
HTML
mit
16,006
// ********************************************************************** // // <copyright> // // BBN Technologies // 10 Moulton Street // Cambridge, MA 02138 // (617) 873-8000 // // Copyright (C) BBNT Solutions LLC. All rights reserved. // // </copyright> // ***************************************************...
d2fn/passage
src/main/java/com/bbn/openmap/image/ImageServerUtils.java
Java
mit
5,229
/* * Copyright (C) 2013-2018 The Project Lombok Authors. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, ...
Lekanich/lombok
src/utils/lombok/javac/JavacTreeMaker.java
Java
mit
34,532
var sys = require("sys"), my_http = require("http"), path = require("path"), url = require("url"), filesys = require("fs"); my_http.createServer(function(request,response){ var my_path = url.parse(request.url).pathname; var full_path = path.join(process.cwd(),my_path); path.exists(full_path,function(exists){ if(!e...
mark-hahn/node-ide
test.js
JavaScript
mit
914
#pragma once namespace PhysX { namespace Apex { ref class ApexSdk; public ref class Interface : IDisposable { public: /// <summary>Raised before any disposing is performed.</summary> virtual event EventHandler^ OnDisposing; /// <summary>Raised once all disposing is performed.</summary> virt...
stilldesign/APEX.Net
APEX.Net/APEX.Net/Source/Interface.h
C
mit
1,151
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BreakoutGL { public class Program { public static void Main(string[] args) { using (Game game = new Game()) { game.Run(); ...
minalear/Breakout
src/BreakoutGL/Program.cs
C#
mit
348
<!doctype html> <html> <head> <title>Perform-O-Tron&trade;</title> <link rel="stylesheet" href="styles/mobile.css" type="text/css"> <link rel="stylesheet" href="styles/band.css" type="text/css"> <meta name="viewport" content="minimal-ui"> </head> <body> <div id="screen"></div> <div id="band"></div> <script src="...
squinky/performotron
band.html
HTML
mit
537
# -*- coding: utf-8 -*- """ Sahana Eden Common Alerting Protocol (CAP) Model @copyright: 2009-2015 (c) Sahana Software Foundation @license: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to dea...
michaelhowden/eden
modules/s3db/cap.py
Python
mit
86,498
using System.Data.Entity; using LauraAndChad.Models; namespace LauraAndChad { public class LauraAndChadContext : DbContext { public LauraAndChadContext() : base("name=LauraAndChadContext") { } public DbSet<Rsvp> Rsvps { get; set; } } }
chad-ramos/laura-and-chad
LauraAndChad/LauraAndChadContext.cs
C#
mit
285
var path = require('path'); var fs = require('fs'); var Writer = require('broccoli-writer'); var Handlebars = require('handlebars'); var walkSync = require('walk-sync'); var RSVP = require('rsvp'); var helpers = require('broccoli-kitchen-sink-helpers'); var mkdirp = require('mkdirp'); v...
michaellopez/broccoli-handlebars
index.js
JavaScript
mit
2,973
from django.shortcuts import render, render_to_response, get_object_or_404 from django.template import RequestContext # Create your views here. from django.views.generic import ListView, DetailView from .models import Category, Product from cart.forms import CartAddProductForm def category_list(request): return...
sunlaiqi/fundiy
src/shop/views.py
Python
mit
1,636
class ::Numeric include GlobalizeNumeric::CoreExtensions::Numeric end class ::String include GlobalizeNumeric::CoreExtensions::String end #class ::Locale # include GlobalizeNumeric::Locale #end #Locale.class_eval do # include GlobalizeNumeric::Locale #end
yeameen/globalize_numeric
lib/core_ext_hook.rb
Ruby
mit
266
#MIT License Copyright (c) 2016 Dylandy Chang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, d...
dylandy/scarlet
LICENSE.md
Markdown
mit
1,073
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>PopTips Demo</title> <style type="text/css"> body{ padding: 0; margin: 0; text-align: center; } </style> <link href='../../../../modules/JC.PopTips/0.2/res/default/style.css' rel='stylesheet' /> </head> <body> <span class="js_c...
openjavascript/NewJC
modules/JC.PopTips/0.2/_demo/demo.normal_demo.html
HTML
mit
6,051
var _a; import app from './app'; import toHTML from './vdom-to-html'; import { _createEventTests, _createStateTests } from './apprun-dev-tools-tests'; app['debug'] = true; window['_apprun-help'] = ['', () => { Object.keys(window).forEach(cmd => { if (cmd.startsWith('_apprun-')) { cmd...
yysun/apprun
esm/apprun-dev-tools.js
JavaScript
mit
8,440
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
stevenblaster/crapengine
doc/html/classcrap_1_1linear__allocator-members.html
HTML
mit
5,878
using AdfToArm.Core.Models.LinkedServices.LinkedServiceTypeProperties; using Newtonsoft.Json; namespace AdfToArm.Core.Models.LinkedServices { [JsonObject] public class AzureSqlDatabase : LinkedService { public AzureSqlDatabase() { Properties = new LinkedServicePropert...
deepnetworkgmbh/adfToArm
src/AdfToArm.Core/Models/LinkedServices/AzureSqlDatabase.cs
C#
mit
615