branch_name stringclasses 22
values | content stringlengths 18 81.8M | directory_id stringlengths 40 40 | languages listlengths 1 36 | num_files int64 1 7.38k | repo_language stringclasses 151
values | repo_name stringlengths 7 101 | revision_id stringlengths 40 40 | snapshot_id stringlengths 40 40 |
|---|---|---|---|---|---|---|---|---|
refs/heads/main | <repo_name>hugues0/material-ui-newsfeed<file_sep>/src/components/Post.js
import {
Button,
Card,
CardActionArea,
CardActions,
CardContent,
CardMedia,
Container,
makeStyles,
Typography,
} from "@material-ui/core";
const useStyles = makeStyles((theme) => ({
media: {
height: 250,
width:"100%"... | 97112704fe8b15ff5152c113403240dc8393d1dc | [
"JavaScript"
] | 1 | JavaScript | hugues0/material-ui-newsfeed | d44fe576c3dd6f3a11575b84e6ae72fe7bed6a8f | 18bb32ff63570e20583227a8f25a332fa3dbaabe |
refs/heads/master | <file_sep>execute "append java home to hadoop setenv.sh" do
command %Q{echo "export JAVA_HOME=$JAVA_HOME" >> "#{node.hadoop.user_home}/hadoop-#{node.hadoop.version}/conf/hadoop-env.sh"}
user node.hadoop.user
end
execute "create directory through execute, coz chef is stupid with permission on recursive" do
comman... | 323dc73142e421ce137a996b2674ceeeaf0f5559 | [
"Ruby"
] | 2 | Ruby | bezidejni/single-node-hadoop | 9606e5a9aedbf76388fbf2e2ed22fe1a3f6c4234 | f258bc9507bf224b723eb340184be45753c80387 |
refs/heads/master | <repo_name>mateus-vicente/allpix-squared<file_sep>/tools/tcad_dfise_converter/dfise_converter.cpp
#include "dfise_converter.h"
#include <algorithm>
#include <cfloat>
#include <chrono>
#include <climits>
#include <csignal>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#i... | 5ea1cbcd268c979fdd39005fba7eb74ecb4083eb | [
"Shell",
"CMake",
"Markdown",
"TeX",
"C++"
] | 65 | Shell | mateus-vicente/allpix-squared | bd958c058e6288ca5ff5a77abf8028bac696c8ed | 8cf7cf09c2d787c0f6a97457be9401042efe04d7 |
refs/heads/master | <repo_name>richimf/TutosAndroid<file_sep>/OperacionesSun/Conversiones/app/src/main/java/com/richie/conversiones/QuotientModule.java
package com.richie.conversiones;
/**
* Created by richie on 9/7/17.
*/
public class QuotientModule {
// (q,r) { q = a div d is the quotient, r = a mod d is the remainder }
pr... | 7d0dfe9d134c625b661164a201d984d283b27109 | [
"Java",
"Markdown"
] | 5 | Java | richimf/TutosAndroid | abf55a96a1bfa0e7bfd10a0e64bcdd801607ec10 | 1025dbe901a06f3716c535d8ecc2ca8cdcf4c5ba |
refs/heads/master | <file_sep># onekue.github.io | 57bd7671c5c6f284f145e824f94a740249c8e193 | [
"Markdown"
] | 1 | Markdown | onekue/onekue.github.io | 767f534e23004f007cedfa7d08c4b8e0fd775dd8 | a6e6bd94ee505ab1c74bd38a58929c6b70326116 |
refs/heads/master | <file_sep># cording: utf-8
from si_cfd import SiData
from si_cfd import CalDiff
import matplotlib.pyplot as plt
def plot_data(x, qn, time):
plt.plot(x, qn, marker='o', lw=2, label=f'time={time}')
plt.figure(figsize=(7, 7), dpi=100)
plt.rcParams["font.size"] = 10
data = []
x = []
start_x = 0
end_x = 2.0
dx = 0.... | 08d6815d4d4eddfd01f69836dd347423b83e7a44 | [
"Python"
] | 2 | Python | siramin1124/cfd_python_project | 5b70baf79fa21ddd27309b41d9e4dc2fde37efbc | 7f02c4bbd41bbdb0bd45a32f8338790bffd93969 |
refs/heads/master | <repo_name>Nyasha-Nziboi/CSS-Notes<file_sep>/README.md
# CSS-Notes
Some useful CSS I use on my projects
<file_sep>/gridUi/main.css
body,
html {
height: 100vh;
}
/* Mobile First */
body {
margin: 0;
display: grid;
grid-template-columns: 100%;
grid-auto-rows: repeat(auto, 5);
grid-template-areas: "section1" "sect... | 5a15ee02d56356af3ee4a13897291ab2bd47e1e4 | [
"Markdown",
"SCSS",
"CSS"
] | 3 | Markdown | Nyasha-Nziboi/CSS-Notes | 077994cba1215be2df027950bb689007b819b729 | 085e899e6cf10c42ab37bdd69c570fe76ec115d5 |
refs/heads/master | <file_sep>// const assert = require("assert");
const { should, expect, assert } = require("chai");
const { add, mul } = require("../src/math");
// if (add(2, 3) === 5) {
// console.log("add(2, 3) === 5");
// } else {
// console.log("add(2, 3) !== 5");
// }
// assert.equal(add(2, 3), 6);
should();
add(2, 3).shou... | 8fb8a07bba2233b6728a9d85870592db8bf72a3c | [
"JavaScript"
] | 1 | JavaScript | weiyanan201/test | 49585b97c224938a6af2029709fd042d82e25692 | 82619d11b12385a033744a7d3626e937aa2eb124 |
refs/heads/master | <file_sep>'use strict';
var assert = require('assert');
describe('test basic once', function() {
var path = require('path');
var once = require(path.resolve(process.cwd(), 'once', 'index'));
it('basic test', function() {
var called = 0;
var init = once(function() {
return ++c... | 0d58ef78ffe34aa6972fc1224c6ef53bc9bd69b7 | [
"JavaScript"
] | 7 | JavaScript | VtanSen/fe-interview-1 | 24a629b3911bebf40a8a8d0d6aed1132d996ce42 | aad56696922e9efde71f604c751e5db0639e5e32 |
refs/heads/main | <file_sep># Hello world
time is limited
| ec5be0c167fc51f6f096a21b9a9d3303fb21da78 | [
"Markdown"
] | 1 | Markdown | HEFEIFEI-CLAODE/learning-folder | 7041011df076d3c05f5bafbc6b4723c210642a5d | 344fec0ad9d7a41d9bd7d30eadbf42a9ee330378 |
refs/heads/master | <file_sep>require "rails_helper"
RSpec.describe NrelService do
context "#nearest_alt_fuel_station" do
it "returns electric and propane fuel stations within a 6mi radius" do
VCR.use_cassette("nrel_service#nearest_alt_fuel_station") do
service = NrelService.new
response = service.nearest_alt... | 8f72a35e71fd32363a5a7320947aa2e4381436f7 | [
"HTML+ERB",
"Ruby",
"YAML"
] | 6 | HTML+ERB | julsfelic/module_3_diagnostic | bbe8dad8ae12b6f8604ff7a4f84dcbaf51d79bc0 | 02694a74bf4ae3742955b5c71bd557ccdc5004d9 |
refs/heads/master | <repo_name>kin3tics/photo-color-viz<file_sep>/README.md
# photo-color-viz
| 33c4ad4bb6ad06dce308a7db86293d8e7211a80b | [
"Markdown"
] | 1 | Markdown | kin3tics/photo-color-viz | df83034a7e61169b933bb14098cb85f44c5fdda8 | 7cac43d82f7538040cf197f884b1cad8cc570d1e |
refs/heads/master | <repo_name>Aakashdeveloper/dec_visual_mern<file_sep>/React/firstapp/src/index.js
import React, {Component} from 'react';
import ReactDOM from 'react-dom';
import Header from './components/Header';
import NewsList from './components/News_list';
import JSON from './db.json'
class App extends React.Component {
const... | 90d1164378f9acaf73e329ab8dfd616b007bb66c | [
"JavaScript"
] | 11 | JavaScript | Aakashdeveloper/dec_visual_mern | fba00ed969e11b95cfa0257b1cbcd9066ff5e235 | 6d9ce4e7319825f78ca5dfc56f5ef4620bf34ae2 |
refs/heads/master | <repo_name>GmAtlas/Vanguard<file_sep>/lua/vanguard/logs.lua
file.CreateDir("vanlogs/")
function Vanguard:Log( str )
if ( CLIENT ) then return end
local logFile = "vanlogs/" .. os.date( "%d-%m-%Y" ) .. ".txt"
local files = file.Find( "vanlogs/" .. os.date( "%d-%m-%Y" ) .. "*.txt", "DATA" )
table.sort( files )
i... | cde7ca9bddf5b2e31ed0856eb4c1391db58d8979 | [
"Lua"
] | 6 | Lua | GmAtlas/Vanguard | 2b7fc6462d893b96d968ee1c2c6e4336949974dc | 16b3c1be59942ab3bf1b044d1f8c2c2521fe7520 |
refs/heads/master | <file_sep># flask_tsp_solver
A simple set of solvers for the TSP.
Main purpose of this project was to learn JavaScript and Python Webservices
Also I submitted this to IT-Talent's code competition
# CLI (Linux)
For quick tests, you can use the CLI.
Therefore install all dependencies via
``make``
Then activate th... | 6895e5a40ab2f2696cf17309c4d40828085cf171 | [
"Makefile",
"Markdown",
"Python"
] | 17 | Makefile | Ah0ih0i/flask_tsp_solver | b284bf537a1a88f15e0380fb154a295412ba273f | 51d22b75dfe29ab6056ce1c8328bf509beade700 |
refs/heads/main | <repo_name>Abdullayev999/DynamicIntArray<file_sep>/DynamicIntArray/DynamicIntArray.cpp
#include <iostream>
#include<iomanip>
/* Задание 1:
Класс IntArray - обертка для динамического массива (int)
Реализуйте методы для:
+ добавления элемента в конец массива
+ получения доступа к конкретному элементу по зад... | b5bf03a845745fe6b495b9bd7e85b398db5c6092 | [
"C++"
] | 1 | C++ | Abdullayev999/DynamicIntArray | 28080a07078e8a6ceb8e1a9e294a6bdca8342b97 | 5cc870a83ccb9c1d49bcc57132d432d4536b85d7 |
refs/heads/master | <repo_name>tanveerctg/latest_new_burger_app<file_sep>/src/components/BurgerTypes/BurgerTypes.js
import React, { Component } from "react";
import classes from "./BurgerTypes.module.scss";
import eggBurger from "./egg.png";
import beef from "./beef.png";
import jr from "./j.png";
import salad from "./salad.png";
import c... | 4e3f7740a0b18327f82811477b2e024ec941cae6 | [
"SCSS",
"JavaScript"
] | 8 | SCSS | tanveerctg/latest_new_burger_app | aa4e0f31d1e1107a8d9ed153a122b3c2393a892e | c2efb7d69479420d6a95b39f700807467088b490 |
refs/heads/master | <file_sep>#include "al2o3_platform/platform.h"
#include "tiny_imageformat/tinyimageformat_base.h"
#include "tiny_ktx/tinyktx.h"
<file_sep>#include "tiny_ktx/tinyktx.h"
#include "al2o3_platform/platform.h"
#include "al2o3_memory/memory.h"
#include "al2o3_catch2/catch2.hpp"
#include "al2o3_vfile/vfile.hpp"
#include "al2o... | 48a833a99f001aa6534733722f72b0ae431f8e25 | [
"Markdown",
"C++",
"C"
] | 5 | Markdown | ux3d/tiny_ktx | 579bae0728eb02536acea2228fb9acf6356e15d5 | aabbd8ac8e0b2a43b3c087cc5d951ad95cec089e |
refs/heads/main | <repo_name>kassmi1u/Pioneer_Simulation<file_sep>/code_Evitement_d_obstacle.py
import vrep
import math
import time
import numpy as np
def to_rad(deg):
return 2*math.pi*deg/360
def to_deg(rad):
return rad*360/(2*math.pi)
# simulation config
ip = '127.0.0.1'
port = 19997
scene = './pioneer.ttm... | aea0c32d0d21f9ae84502b883789134a295bd21e | [
"Python"
] | 2 | Python | kassmi1u/Pioneer_Simulation | 5affbfd2f612db2132d5aa302017e5f2fd49d876 | b55c1340aa3ad284474915b8897a5122103a0715 |
refs/heads/master | <file_sep>My name is <NAME>
I like to watch and play football and basketball.
My favorite team is the Portland Trail Blazers
I also like to code in my spare time.
My favorite food is bbq. My favorite bbq meats are
brisket, pulled pork, sausage, ribs in that order.
My favorite activities are skiing, hiking, rafting,
... | c5b96a16fa3bab8452ef40eab81ef02413747dac | [
"Markdown"
] | 1 | Markdown | gadirajv/assignment1 | fb98a87ad31adeca1d058083cceb26840d794a53 | 8fe30155a0b4afdce2f613917680db9329d3838c |
refs/heads/main | <repo_name>evofan/test_react_easy_sample<file_sep>/chap5/money_book/src/index_5-2-6.js
import React from 'react';
import ReactDOM from 'react-dom';
import PropTypes from 'prop-types';// ■コンポーネントに渡す引数をチェックしてくれるモジュール
import './index.css';
const MoneyBook = () => {
const books = [
{ date: "1/1", item: "お年玉", amoun... | 7cd5069999e8241498aa76dc40f5261aec81074e | [
"Markdown",
"Batchfile",
"JavaScript"
] | 7 | Markdown | evofan/test_react_easy_sample | 316c9c4826f712de1085b5d1a7fc2dfb3128db1c | 57ae43c77ec234f0ab6920d9b394018ef2177c6c |
refs/heads/master | <file_sep>Ansible Role System Defaults
=======================================
My default apps and configuration stuff I do not want to miss.
Supported Distributions
-----------------------
- Gentoo
Role Variables
--------------
None.
Dependencies
------------
[vundb/ansible-role-portage](https://github.com/vund... | e8f1c85d2e057fbcb64168f49bb4805b5152b73f | [
"Markdown",
"YAML"
] | 2 | Markdown | vundb/ansible-role-system-defaults | 46f7dd52aa2bb043b928bf5dc1091e8309c11261 | c5b29906c2a959717edbfbcef57c2a69a2243517 |
refs/heads/master | <file_sep>test1
=====
test
sssss
sdfsdfsdfsdffslll | e9333679e64f88adb2f8652b0e397855daf060fd | [
"Markdown"
] | 1 | Markdown | SongPing/test1 | dc96fc43638b22fe73dbd9dfb3916fce0e46aaa8 | 9a42f80adfe46aad3a7ef801c12b23d8c4dc610a |
refs/heads/master | <file_sep>import glob
import os
IN_DATASETS = ['antarctica_out_002_abf_noadmu_2000_ecor',
'redist_reload_antarctica_out_0A002_abf_admu_2000_ecor',
'antarctica_out_102_abf_noadmu_2040_ecor',
'redist_reload_antarctica_out_0A102_abf_admu_2040_ecor']
OUT_DATASETS = ['cbig_gpan... | bed73fde2284cbc32ab00b51a9198073474c285a | [
"Markdown",
"Python"
] | 2 | Markdown | Yuan-NewHub/data-cbig | 8c89cc370d622cbe5fcedd6fede143e5cdcd8b39 | e822d9fbe44fb76cf03b4b9681a88b74a583b9d6 |
refs/heads/master | <repo_name>slaveatanasov/playground<file_sep>/src/app/components/banners/banners.component.scss
.banners-wrapper {
display: flex;
flex-direction: column;
}
.banner-1,
.banner-2,
.banner-3 {
width: 100%;
height: 600px;
}
.banner-1 {
position: relative;
background-color: black;
color: white;
background-... | 05626421013e7de042b7cf02143ad60eb8a9c1c9 | [
"TypeScript",
"Markdown",
"SCSS"
] | 11 | TypeScript | slaveatanasov/playground | cddf5959f79ea07fdba76707be78076288765d5f | 3ccd71d02a6d38679970a1f515f43b63d36ee5e0 |
refs/heads/master | <file_sep>package kpmovil.app;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URI;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import o... | b368133e4b59881a78aecd93e18b15e07b25b1ce | [
"Java"
] | 4 | Java | irvinghisa/AKioPrint-Movil | 23f7d7ff0f4887a24263b43d6bf3c85e4494a651 | dc26768b5a8b75f215e669544bb28d845a9153fc |
refs/heads/master | <file_sep>import numpy as np
import pandas as pd
import tensorflow as tf
from sklearn.model_selection import train_test_split
import jieba
import os
from sklearn.feature_extraction.text import CountVectorizer
from sklearn.feature_extraction.text import TfidfTransformer
import math
INPUT_DIM = 784
LAYER1_NODES = 392
L... | 5082e8206360c987d6db063ebaabf0c8af3643b6 | [
"Python"
] | 1 | Python | freedenS/Kaggle_Project | b4638113563bd46018a3b87ff6edbc5a118a5e56 | 59268be84955b504063c6126c7afdb227f1d954b |
refs/heads/master | <repo_name>saloni024/react_tutorial<file_sep>/src/index.js
import React from "react"
import ReactDOM from "react-dom"
//import MyList from "./components/MyList"
//import MyInfo from "./components/MyInfo" //look for the library from the current directory [it's okay to not put .js]
import App from "./components/App"
/*
... | cc4ba60a5d298ba64bc7fcd355c23d28bcc9d5d3 | [
"JavaScript"
] | 7 | JavaScript | saloni024/react_tutorial | c5f0d784c1cbccb7a1a2617d669b43861c479663 | 5d023f0623d92c204fa9532325d2db129ea008d8 |
refs/heads/master | <file_sep><template>
<div style="background-color:#007799">
<v-btn small icon style="cursor:pointer" @click="backToPage">
<!-- v-if="this.$route.path === '/auth/registration'"
@click="$router.go(-1)"-->
<v-icon style="color: white;">arrow_back</v-icon>
</v-btn>
<!-- <p>asdfasdfaf</p> -->... | 1b9b964324bae7cb62090a90dc15b95717fa95a9 | [
"Vue",
"JavaScript"
] | 151 | Vue | programmerdeb7/CareerKi | 37c128ef4f23d136926a812e8d2aa8ae0da629dd | 285bf780cddae1db7c84d0879abb3f2eea60c29b |
refs/heads/master | <file_sep>function cari_ruteman(s,d) {
var start =node[s];
var dest = node[d];
node[start.id].g=0;
node[start.id].h=h=Math.abs(start.x-dest.x)+Math.abs(start.y-dest.y);
node[start.id].f=node[start.id].g+node[start.id].h;
openlist = [start];
closelist=[];
while(openlist.length!=0 && !closelist.includes(dest)) {
... | b90671e888bd88a938ef9e73978f09cac9246fcc | [
"JavaScript"
] | 1 | JavaScript | ARIFCAHYO09/snake-ai | 146f2915294518d53b07deedfe1bb4e1d3039bdf | d731adbdff9f7121d5674c1ea6ca24fcfc7a1c3a |
refs/heads/master | <repo_name>wheelburra/Clique-Server-Side<file_sep>/routes/register.js
// Exports below function to be used in other modules
var fs = require('fs');
module.exports = {
//Attempts to push register to DB
register : function (name, username, password, email, collection, callback) {
// Search... | 0d39465cdb706c2461e2e2e436f75660105521e2 | [
"Markdown",
"JavaScript",
"INI",
"Pug"
] | 14 | Markdown | wheelburra/Clique-Server-Side | 2e9e2be5b025f10cffabf634dfc94e06ede6f90b | 338ec32d7a0ae5a499a88244ddf6cbbad026fd92 |
refs/heads/main | <repo_name>NeilMBennett/EconomicTracker<file_sep>/docs/oi_tracker_data_revisions.src.md
---
geometry: margin=1in
fontsize: 11pt
linestretch: 1
colorlinks: true
numbersections: true
title: |
| Opportunity Insights Economic Tracker
| Data Revisions
subtitle: last updated on 2021-08-18
documentclass: scrartcl
---
<... | 1257f0056d4d58bd5f578bf5565180d7091873cc | [
"Markdown"
] | 2 | Markdown | NeilMBennett/EconomicTracker | 48b2cbb8f003710f82954af34cce397fa777eab1 | 52662c0fe72e7737199d442a865e8f3df8613787 |
refs/heads/master | <file_sep># Copyright (c) 2018 <NAME>.
# !/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
if __name__ == "__main__":
app = sys.argv[1]
if app == "models":
from curaPrintTimeEstimator.ModelGenerator import ModelGenerator
ModelGenerator.run()
elif app == "slice":
from curaPrint... | 76021104926572f83921312718331daa98a66c66 | [
"Shell",
"INI",
"Markdown",
"Groovy",
"Dockerfile",
"Jinja",
"Python"
] | 19 | Shell | developer69K/CuraPrintTimeEstimator | 32165f3b7e21ca4fc74b580749e46969e7053fce | 456859f117af42ff5802d1e64d29e6d1b44d4c7b |
refs/heads/master | <file_sep>import React, { useState } from 'react';
import foodsJSON from "./foods.json";
import FoodBox from "./components/FoodBox"
import AddFoodForm from "./components/AddFoodForm"
function App() {
const [foodData, setFoodData] = useState(foodsJSON);
const [useForm, setUseForm] = useState(foodsJSON);
const a... | f93e9d2497990ab50dba83b1c52444c46b0f999e | [
"JavaScript"
] | 1 | JavaScript | tm4gtchi/lab-react-ironnutrition | b43da7da801f039f88f51d45e10bf97437124509 | eec650e690e108369f12e572790ce2ecb78e449d |
refs/heads/master | <file_sep>import queries
import datetime
def active_users(executor):
nicks = queries.all_nicks(executor)
filtered_nicks = list()
for nick in nicks:
if is_user_active(executor, nick) and not is_user_a_bot(nick):
filtered_nicks.append(nick)
return filtered_nicks
def is_user_activ... | bdc914c42d1ad44737748b3d933df27f746d46e3 | [
"Python"
] | 1 | Python | andrewnguyen/rehaiku-bot | 71bafc2691e72ef761a28404380c0191139d8186 | 099bb4c65d6a71c5afe45c607923a1c5d93f90d7 |
refs/heads/master | <repo_name>PramodDutta/Selenium-Testcases-in-Java-with-TestNG<file_sep>/test-output/old/Suite1/Registration Test1.properties
[SuiteResult context=Registration Test1]<file_sep>/src/com/scrolltest/testng/BaseClass.java
package com.scrolltest.testng;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefo... | 84a7702fdfd1ed56215b2c3aabfb64d1adc9faa4 | [
"Java",
"Markdown",
"INI"
] | 3 | Java | PramodDutta/Selenium-Testcases-in-Java-with-TestNG | 755f78ee58b8a60c72448dad4c921a3bc99aa41a | d896b631ad5c74ca5c1522c60ded7e5fe16cfb8a |
refs/heads/master | <file_sep># mata
Learning
| c78c28306a3150e27e5d2a5243cd87d7e9969a6b | [
"Markdown"
] | 1 | Markdown | Nyamata/mata | 69e7452bdda09fe5df062b3a1cb9e649a3855cfe | 1cd4ef4b9f01cf637b3760523464da922de7dd37 |
refs/heads/master | <file_sep>package model;
import java.awt.Rectangle;
/**
* Represents a segment on the Snake.
* @author <NAME>.
*/
public class Block {
private int x, y, length;
private Rectangle rect;
/**
* Instantiates a block.
* @param x - x coordinate
* @param y - y coordinate
* @param leng... | 1f100a924a9d2e1238952fc7974b6bd270c2eef2 | [
"Java",
"Markdown"
] | 4 | Java | ashah023/BlockSnake | a0619ad3673d812471c2a78b86b13e5306908c73 | a5e5dea2bff00e5d853570cfabce68962248bfe5 |
refs/heads/main | <file_sep>using System;
using System.Collections.Generic;
using System.Text;
using student;
using group;
using project;
namespace test
{
public class Test
{
static void Main()
{
//Create projects
Project pr1 = new Project("Public Transit Management", "Advan... | 5b3bc75b0961ce81c63f49073935560ee5d6240f | [
"C#",
"Markdown"
] | 5 | C# | MdSauravKhan/8050_Assign-2 | d38d96f473f8afbcf6469e28da1a0d2c34bfcf52 | 5cf3534cd34a0405097385b007271c96db4c72cf |
refs/heads/master | <repo_name>jason110024/AdviseMe<file_sep>/AdviseMe UT/src/webapp/datastoreObjects/Department.java
package webapp.datastoreObjects;
import java.util.ArrayList;
import com.googlecode.objectify.annotation.Embed;
import com.googlecode.objectify.annotation.Index;
@Index
public class Department implements Comparable<Depar... | 22a0ca6bfa999874f6c2c8a7ab356a8d573c0055 | [
"Java",
"Markdown",
"Java Server Pages"
] | 25 | Java | jason110024/AdviseMe | 23d6edd2b9d978169b53df261b8dd8db3bbb7582 | d153951e518935b32218473223406d8173df3bfc |
refs/heads/master | <file_sep>var lat;
var lon;
var kel, fah, cel;
$(document).ready(function () {
"use strict";
// get current location
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function (position) {
lat = position.coords.latitude;
lon = position.coords.longitude;... | 63c3f38f0d9d70cd958c40d142b2fdf96e5afa4b | [
"Markdown",
"JavaScript"
] | 2 | Markdown | KulykDenys/LocalWeather | 121efcd5aea9ab31d81cdfad3fe4888fd335f21d | 350948125070d9fe4760eb47dcd307477c166be2 |
refs/heads/master | <file_sep># Javascript Challenge : "Data Visualisation"
while coding I encountered issues such as receiving data from the remote server in json and deploying it for graph interaction , fortunately I consulted my fellow colleagues to seek for their advice and I managed to fix the issues after visiting different website... | 2ca6592dee5dd5a262f0a428ff940206ff1a95a9 | [
"Markdown",
"JavaScript"
] | 2 | Markdown | Rajabbarambona/js-data-visualisation | 4962c0725fe32422f07204b35ee557cdb170d4d3 | a0662bd0900e462621dc461cebcd78603d1dccc0 |
refs/heads/master | <file_sep># signzy_frontend_task
open the index.html file in web browser
| d9ba3fa10ae133452ec29e4cde650731687a9811 | [
"Markdown"
] | 1 | Markdown | prasuKalla/signzy_frontend_task | 7c0a2637c7686bbe6727486174a4f752afb02500 | f2bc3f7b944ce109d1d253ccab5e3df59530502d |
refs/heads/master | <file_sep>module View.Users exposing (view)
import Model exposing (Model)
import Types exposing (User)
import Msg exposing (Msg(..))
import Html exposing (Html, text)
import Material.List as List
view : Model -> Html Msg
view model =
List.ul []
(List.map (viewUserRow model) model.users)
viewUserRow : M... | 7612861a143668230ef6ca067e90620d7fbccad0 | [
"Markdown",
"Elm"
] | 2 | Markdown | vitalyvb/elm-mdl-dashboard | dc6445ac482e95ff04ae653569c3085b82f2dc3e | 9f98cf1ed0450e7dbd020d8611ba0f07c41f7e62 |
refs/heads/master | <repo_name>venqwish/StylusPlugin<file_sep>/src/com/stylusplugin/psi/StylusElementType.java
package com.stylusplugin.psi;
import com.intellij.psi.tree.IElementType;
import com.stylusplugin.StylusLanguage;
import org.jetbrains.annotations.NonNls;
import org.jetbrains.annotations.NotNull;
public class StylusElementType... | 6bd37e497b867866e68cde58d59abca7837c90ae | [
"Java",
"Markdown",
"JFlex"
] | 7 | Java | venqwish/StylusPlugin | 882b032551382f120961ab57fb9f3b97a5df5f9b | 221b40d2ba0da623c18b435fd8a6311790749bf0 |
refs/heads/master | <file_sep># Computer-Networks-Project
在线小票识别系统
本组网络实习的project是实现一个简单的在线小票识别系统,主要目的为输入小票图片,在网页端将关键信息进行提取。
代码总共分为四个部分,扫描收据文本本地化,扫描票据文本识别,关键信息提取,系统网页化
<file_sep>from flask import Flask, render_template, request, redirect, url_for, make_response,jsonify
from werkzeug.utils import secure_filename
import os
import cv2
... | 0a426885a70ad22c718b7b7dc8a465faf89cdc9a | [
"Markdown",
"Python"
] | 3 | Markdown | PkuDavidGuan/Computer-Networks-Project | eb2040c0949985d162aad6ba58b7fb06d27d8187 | a324b4789516a65cf936b5ae068cc40f7ad169c9 |
refs/heads/master | <repo_name>playerfm/dashboard<file_sep>/README.md
# Dashboard Quickstart
A [TopGap](https://github.com/playerfm/topgap) demo app.
```
$ npm -g install git://github.com/playerfm/topgap.git # install topgap globally
$ git clone https://github.com/playerfm/dashboard.git # clone this repo
$ topgap build dashboard /tm... | ec17576d61f207892be9d948b2d358f59500d096 | [
"Markdown",
"JavaScript"
] | 3 | Markdown | playerfm/dashboard | ddcade917c515d06ca400277132d27a14228439a | e2567b087914749cce647a430f1cedf741046516 |
refs/heads/master | <repo_name>Maja0108/firstJS<file_sep>/admin.js
let data = [{
"id": 1,
"name": "<NAME>",
"email": "<EMAIL>",
"address": "1111 Budapest"
},
{
"id": 2,
"name": "<NAME>",
"email": "<EMAIL>",
"address": "2000 Szentendre"
}
]
function modify(element... | 20c91414dcacc512d1a36898764ab0b42b89692d | [
"Markdown",
"JavaScript"
] | 5 | Markdown | Maja0108/firstJS | 3790b6671367cd406bb22a0c026e4789f442c9c2 | 8439b5f735e579c3954a31d7d97a403fd68b5092 |
refs/heads/main | <repo_name>PalomaTamayo/RMI<file_sep>/ArchivosRMI/Server/src/server/RMIInterface.java
package server;
public interface RMIInterface {
}
<file_sep>/ArchivosRMI/Interface/src/rmiinterface/RMIInterface.java
package rmiinterface;
import java.rmi.Remote;
import java.rmi.RemoteException;
import java.io.File;
impor... | 73c050521090389a0ea8f1341ee3df6bfd9050b1 | [
"Java"
] | 2 | Java | PalomaTamayo/RMI | a615159b61cf994d84426c88c7f77a28cb6dd838 | b7152c585cddc3980ef23a63e0895e9085ec17eb |
refs/heads/master | <repo_name>EttyDaniel/json_the_cat<file_sep>/breedFetcher.js
const request = require('request');
const args = process.argv.slice(2);
// Make sure that the user provided at least one argument
if (args[0] === undefined) {
console.log("Error: Incorrect usage, a single argument ('breed') is required");
process.exit();... | 2dc241904349e4f4c9e926593464dad7f276e3c5 | [
"JavaScript"
] | 1 | JavaScript | EttyDaniel/json_the_cat | 4abad2f4ef4679e931341b4c39eaf54e1c3d062b | 508cb923303eb090535d2b1fe48ad1dd0be5a3a4 |
refs/heads/master | <repo_name>chadthan/CrashPad<file_sep>/controllers/PadController.js
var Pad = require('../models/Pad');
module.exports = {
get: function(params, isRaw, completion){
Pad.find(params, function(err, pads){
if (err){
completion(err, null);
return;
}
if (isRaw == true){
completion(null, pads);
... | 56469acb82aa712ffec0d403921c4f3e7c11284a | [
"Mustache",
"JavaScript"
] | 5 | Mustache | chadthan/CrashPad | d430e64e0ab5c32988e648e9d4e25dd77ddc0760 | fe8235ec2cc98e2396240c928dd3defd0ca178d9 |
refs/heads/master | <repo_name>Prince10934/color-flipper<file_sep>/hex.js
const colors = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, "A", "B", "C", "D", "E", "F"];
const color = document.getElementById("color");
const main = document.getElementById("main");
const btn = document.getElementById("btn");
function getRandomNumber() {
return Math.floor(Ma... | cc6863f060e095e716e3c8466e99aaab9b6637c1 | [
"SCSS",
"JavaScript"
] | 3 | SCSS | Prince10934/color-flipper | 03c6686b437e89947451bda781ce7aad6d410f82 | 670143e2160573488929d5a23409335bb73eaf96 |
refs/heads/master | <repo_name>azuredan/blog<file_sep>/source/_posts/about.md
title: about
date: 2015-06-04 17:08:37
tags:
---
## About us
私たちはAzureをお使いになられている方々への情報提供のため、
当ブログにて記事を公開することと致しました。
また、私たちは仲間を募集しております。
是非、記事を投稿してみたいという方はお知らせください。記事を投稿していただけた場合、
投稿された記事に製品やサービスの宣伝を含めて頂くことができます。
自社の宣伝や得意分野のアピールをかねて、情報共有へご協力頂けますよう願い致します。
| 02f9519189840d49befc4995ba5f65038c1ada20 | [
"Markdown"
] | 1 | Markdown | azuredan/blog | 90a07d4a26f4fb746dd3f617795a5139b609543e | edb8e3e2551d070cee599ea9ee78dd967c1caf50 |
refs/heads/master | <file_sep>/* BulletConfig filed desic: (5 fileds)
id: string
bulletName: string
killValue: int
speed: int
coinCost: int
*/
var filed_data = {
key_1: ["1", "bullet", 100, 100, 100, ],
key_2: ["2", "bullet", 120, 100, 100, ],
key_3: ["3", "bullet", 140, 100, 100, ],
key_4: ["4", "bullet", 160, 100, 100, ],
... | 4cc0ee721340c4a99be7bf48ca089c5ee2541ee2 | [
"Text",
"JavaScript"
] | 16 | Text | guaishou-com/fish | 87bb498a6ad96b8e41d16710341071bf434257f4 | 974ef784a1a5a44cd0730052ad42941e38ecf01d |
refs/heads/main | <repo_name>SaqlainAveiro/SaqlainAveiro.github<file_sep>/README.md
# SaqlainAveiro.github.io | 55cd4226a0eb1ca6edc3e8146771a5590988e677 | [
"Markdown"
] | 1 | Markdown | SaqlainAveiro/SaqlainAveiro.github | c3d9d277e5c252660a81c5632ca3d87d5ab42c23 | a6fd51c4901818f764391b9280ffa6e45b7b745c |
refs/heads/master | <repo_name>grondag/brocade-connect<file_sep>/README.md
# Brocade Connections
## This is now a [sub-project of Brocade](https://github.com/grondag/brocade/tree/master/brocade-connect). This repo will eventually be archived.
This is a library for Minecraft mods using the Fabric toolchain. It is meant to be distribute... | 6e338da315044afd16b12b8baf9a0c144eb90655 | [
"Markdown"
] | 1 | Markdown | grondag/brocade-connect | b72062aee93c8802a209c258a8daac926ab8c1ac | af46956a88676be644aff4f8e3f640378ef73c9e |
refs/heads/master | <file_sep>/**
* Ext GWT 3.0.0-rc - Ext for GWT
* Copyright(c) 2007-2011, Sencha, Inc.
* <EMAIL>
*
* http://sencha.com/license
*/
package com.sencha.gxt.examples.resources.shared;
import com.google.web.bindery.requestfactory.shared.RequestFactory;
public interface ExampleRequestFactory extends RequestFactory {
... | 84c55a81cd1aa27b6bad990c53912262d7f375a1 | [
"Java",
"CSS"
] | 26 | Java | kerbymart/explorer | b95968f3a6e8837a5155017fead60d9c9f79a950 | bc47e3c2f7cf1b83f7e71979b190e2dba76e9fed |
refs/heads/master | <repo_name>svineet/monte-carlo-algo-analyser<file_sep>/README.md
Monte Carlo Algorithm Complexity Analyser
===
Trying to analyse average time complexity of algorithms via Monte Carlo + stats
[Associated blog post](https://medium.com/@svineet/analysing-the-covid-19-binary-search-testing-algorithm-via-monte-carlo-metho... | c8af37a14b573a4684c63a66a702ba3dd46e4c6d | [
"Markdown",
"Text"
] | 2 | Markdown | svineet/monte-carlo-algo-analyser | c961630caee5286c8176ef88d794c145d4aaee9a | 2cd170c8c816888f96e4e6620027ff4cf9976584 |
refs/heads/master | <repo_name>mottosso/iscompatible<file_sep>/.coveragerc
[run]
source = iscompatible
[report]
include = *iscompatible*<file_sep>/docs/conf.py
# -*- coding: utf-8 -*-
import sys
import os
import sphinx
src_path = os.path.abspath('..')
if not src_path in sys.path:
sys.path.insert(0, src_path)
import iscompatible
e... | 426f3e0ad71b02ef92a7110bf968be2a2cc20f11 | [
"reStructuredText",
"INI",
"Markdown",
"Python",
"Text"
] | 6 | reStructuredText | mottosso/iscompatible | b76397fd3616b538b15277b786d99c8f4fae8e3f | 83aa3733eee69021b2bfa2cdd0f89b5ecffe805f |
refs/heads/master | <file_sep><?php
class Model{
public function model3dInfo()
{
return array(
'name1' => 'coke',
'description1' => 'Coca Cola X3D Model',
'path1' => 'coke_top_tn',
'name2' => 'Coke Can 3D Image 2',
'description2' => 'Sprite X3D Model',
'path2' => 'coke_top_tn2',
'name3' => '... | ed4b6542ddb58423a676d53e4204af0505d474b7 | [
"PHP"
] | 1 | PHP | koreex/x3d-cocacola | b3d9b2bac27fd44d3c8a1661cb410a6c78f9729e | cd1e72b49245fe1c5683dfe56f3c9b4449fdf1fb |
refs/heads/master | <repo_name>leosaysger/git_mirror<file_sep>/README.md
# git_mirror
This is a mirror of commits
| 70110963b8fc96970ef6752e3b1515b25d3a4928 | [
"Markdown"
] | 1 | Markdown | leosaysger/git_mirror | 0c1b52203cd0826f3b6c5e023baa171e62fc3866 | 4dc128eb932ba9ea20ad544a77ce89621c134b40 |
refs/heads/master | <file_sep>var mongoose = require('mongoose');
var Schema = mongoose.Schema;
var term = new Schema({
title: String,
definition: String,
exampleText: String,
category: [String],
notNato: Boolean,
differsFromNato: Boolean,
});
module.exports = mongoose.model('Term', term);
| c457d82b547972d3b5695f612f9e23750070edd5 | [
"JavaScript"
] | 1 | JavaScript | DaveDailey/brevity-api | 6cb4deff74d51d6e1c3072c62403c79be0821ea0 | 7cf99671608f1ae878787108697e0843dd4d8de9 |
refs/heads/master | <file_sep>mama are mere
si tata are mere
| a7dbd757ca4e5918ccc1985a9bc42342f89c4df6 | [
"Text"
] | 1 | Text | vlddamian2/hellogit | c915f5241f42f0073e24ffef652359886f2b473f | 5b9b1a6f8cdbed0d0e2e343b44abb6c8d2d48abe |
refs/heads/master | <repo_name>LukasLewandowski/Web_Design_tutorial_Soundwave<file_sep>/styles.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:400,500,700");
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
padding: 0;
margin: 0;
background-color: #2f303a;
font-family: Poppins, sans-serif;
color: w... | 222eb7840916d6d349620feeb8edfd1d24c8b930 | [
"CSS"
] | 1 | CSS | LukasLewandowski/Web_Design_tutorial_Soundwave | 3105c4e38ffb869969ca5530f515af7c3242952a | 4f62177f9729b6f042cad016cd929b098bfcc074 |
refs/heads/master | <file_sep># MyCaptchaTest
this is my test
<file_sep><?php
namespace xiaokeke\chaptcha;
class User{
public static function login($username,$password){
if($username=="xiaokeke"&&$password=="<PASSWORD>"){
return "login success";
}else{
return "login failed";
}
}
}
?><file_sep><?php
require_once... | d76b1a4251b99e99e9b555c6740acd370750114c | [
"Markdown",
"PHP"
] | 3 | Markdown | dongdengke/MyCaptchaTest | 147cea0113eb46c5f98ecd69baacf2d01c8aa73b | c69f6c245c6f6531e1d46f9cd131bc48ecbd1eb5 |
refs/heads/master | <file_sep># ERPsolution
Enterprice Resource Planning solution
| 2b2830c2786b9f4db0c6e466109d3e4041ea5516 | [
"Markdown"
] | 1 | Markdown | TEKsolution/ERPsolution | 035062134a46dbfe02934cf9db6b5c8ca845e61e | 5266f201749d3e021a04cccc481f8dad77814863 |
refs/heads/main | <repo_name>qaz852tgb963/Three_TimByDongYi<file_sep>/Three/Assets/Scripts/NumPerMsnager.cs
using UnityEngine;
public class NumPerMsnager : MonoBehaviour
{
#region 屬性
[Header("生成的數字紙")]
public RectTransform NumPer_Instant;
[Header("生成的數字紙位置")]
public Vector2[] V2NumPer_L = {
new Vector2... | ddc8df6b2cb078da9f4dbf3dd87ad4bddfe8a93f | [
"C#",
"Markdown"
] | 3 | C# | qaz852tgb963/Three_TimByDongYi | a34836a87b68c4221f883222687b4dec8a1a88b5 | cf4ca9661a8dbcfeb310ab70958620835f09e872 |
refs/heads/master | <file_sep><?php
/**
* Owner: JNK Software
* Developer: <NAME>
* Date: 6/7/2017
* License: Apache License 2.0
*/
require_once("../pointsManager.php");
/**
* Main get users process
* @param $requestData
* @param $mySQLConnection
* @param $objectJSON
* @return mixed
* @internal param $rPData
*/
function getU... | d05147bfd4915f772c6b0462cd9104139151e1d1 | [
"Markdown",
"PHP"
] | 49 | Markdown | JNKSoftware/pointSystemAPI | 3fbc3844e20488484319b30f2b18611d11133e05 | 7f7b09bd8b47748ed42494d5112885344fceed0b |
refs/heads/master | <file_sep>My own NixOS packages, seperate from the fork.
<file_sep>{ stdenv, fetchurl, lua5, webkitgtk2, libunique, sqlite, pkgconfig, gtk, libsoup, git, lua5_filesystem, glib_networking, gsettings_desktop_schemas, makeWrapper, help2man }:
stdenv.mkDerivation rec {
name = "luakit";
version = "2012.09.13-r1";
... | 70c4932d7e641146fb0037bee35eb075e2c314e2 | [
"Markdown",
"Nix"
] | 4 | Markdown | meisternu/mynix | 544e76b01651c83d0c8ca81d684a81ffa0a1ea20 | 54bafa101f6198da987dc501fb13cf6a78be096e |
refs/heads/master | <repo_name>SeeThruHead/neutrino-dll<file_sep>/test.js
module.export = function() {
console.log('test butts');
};
| baf041185a8e9871efb4f9cda0e99a9811cd5922 | [
"JavaScript"
] | 1 | JavaScript | SeeThruHead/neutrino-dll | ab5485d1a95583ff2cc1af06eded438031e83b94 | f5dab90ea16305af5f1d4b53d6163baddb52d51b |
refs/heads/master | <repo_name>Ameer255/objects-practice-tasks<file_sep>/README.md
# objects-practice-tasks
# Link for advance level tasks :
https://github.com/Ameer255/objects-practice-tasks-advance
# Level basic and intermediate
// #LEVEL-1 Access methods
// Q1.
let arr = [5, 10, 15];
// Accessing third element
console.log(arr... | 6e901e89cdc06ac753325b798e8ba3bd00924b0b | [
"Markdown"
] | 1 | Markdown | Ameer255/objects-practice-tasks | c50e8304f77376b699ab02728d207a1935621f20 | 7af5d460d7cb44c24cd33280622b3c510eaadd1c |
refs/heads/master | <repo_name>Sang555/sql<file_sep>/dql.sql
select * from blog;
select * from blog where blog_id=001;
select * from category;
select cat_name from category where blog_id=1;
select * from comments;
select author from comments where text="Good!" AND pid=201;
select * from post;
update post set created_date="1997-06-10" wher... | 42159046ee9c3e1b0b984a8d001619c2010400a3 | [
"SQL"
] | 3 | SQL | Sang555/sql | 78ed3fdfec090782e95a33e961ad04dffbda9b06 | 4e76b4846e8b0b57ea9e1870c384d045818de953 |
refs/heads/master | <repo_name>tobenski/nytaar.v2<file_sep>/resources/js/views/Order.vue
<template>
<div class="flex items-center justify-center py-4 px-2">
<div class="max-w-sm md:max-w-md lg:max-w-lg rounded overflow-hidden shadow-2xl">
<div class="flex flex-wrap bg-gray-100">
<div class="w-1/2 pr... | daaaaa22463db6af14c7a7bcbf6fd8f16ae3d905 | [
"Vue",
"JavaScript"
] | 11 | Vue | tobenski/nytaar.v2 | 8208f94daada53e560b5dc0fbe8b2bf85736c30b | f32fcb570761564082468e1238faa66da54a8401 |
refs/heads/master | <file_sep>{% if show %}
<h1> Data found </h1>
{% for obj in show %}
{{obj}} {{obj.email}} <br>
{% endfor %}
{% else %}
<h> data not found </h>
{% endif %}
<file_sep>from django.db import models
class d1(models.Model):
username=models.CharField(max_length=122)
password=models.CharField(max_length... | 6f4435d6f831d98c10ab64057b73595fcd89982b | [
"HTML",
"Python"
] | 11 | HTML | nikhil3804/flipkart_clone | dc80e1bb06c66e1c552fff2fed99e3f2240d5768 | 0fedab1e7b070e540df31191a757af6e3e61fc1a |
refs/heads/master | <file_sep># pro 23
output link
https://gaurimakker.github.io/pro-23-final/
| 4bddbd85586b70b1996027be53b53046065f19ec | [
"Markdown"
] | 1 | Markdown | gaurimakker/pro-23-final | 47cc5536ea14fe6f815a64d6cf926805c2845cce | 834b6fe8f2b23f40d88402ce7ff73ea555cd773f |
refs/heads/main | <repo_name>tberkery/Baltimore-City-Voting-Clusters<file_sep>/README.md
# Baltimore-City-Voting-Clusters
Applying a cluster analysis to data from the 2016 Presidential (General) Election for Baltimore City. Observing how precincts can be grouped based on number of Republicans, number of Democrats, and voter turnout rate... | 281d43c09994eae9ad694e1f4d9347b1586f0ad3 | [
"Markdown"
] | 1 | Markdown | tberkery/Baltimore-City-Voting-Clusters | e00d4cbf244097de5aa462433095fdc5b0d14b5c | 9fd986b5814ff470cb985a414d162857fa11205c |
refs/heads/master | <file_sep>#include "./common/rebrick_config.h"
#include "cmocka.h"
static int setup(void**state){
unused(state);
fprintf(stdout,"**** %s ****\n",__FILE__);
return 0;
}
static int teardown(void **state){
unused(state);
return 0;
}
static void config_object_create_destroy_success(void **start){
un... | 4ff85c8feb8dad513bdee65f24edf16df9e517b6 | [
"Makefile",
"C"
] | 24 | Makefile | zhangjinde/rebrick.io | e030b81e1dc79db8bb473b3afb665af03c92cd7b | b1badba16329fc3ed234db68569983ffc6321b13 |
refs/heads/master | <file_sep>import numpy as np
"""
ATTENTION: Use the following dictionaries to get the correct index for each
amino acid when accessing any type of matrix or array provided as
parameters. Further, use those indices when generating or returning
any matrices or arrays. Failure to do so w... | d7428a18fa5c5416c3d773df6529b1c562705fe0 | [
"Text",
"Markdown",
"Shell",
"Python"
] | 397 | Text | annareithmeir/PlagiarismCheck_HiWi_Bioinformatik_SS19 | db80ed523d1fc6b1e07ec52c91e60595eae9a995 | d0b05a47f8d898d6351bb3c097c238780a39a19f |
refs/heads/master | <file_sep># quantum-in-jupyter
Review of basic quantum mechanics using an interactive Jupyter notebook. Covers:
- [x] Modelling (using finite-difference methods) and visualization of the eigenfunctions and wavefunctions of a quantum harmonic oscillator.
- [ ] Visualization of a gaussian wavepacket in a resonant tunnel... | bf5847d180adaae7d5cf2e22184dee28996e42f2 | [
"Markdown"
] | 1 | Markdown | chrisw7/quantum-in-jupyter | 5a121c831810bcf089ff6ef465baf0ef72b32561 | 3696413b3bcb1eb91392b7c503ac5441ed20e67a |
refs/heads/main | <repo_name>diaz-alx/gabdiazportafolioso.github.io<file_sep>/README.md
# gabdiazportafolioso
This is portfolio website
| e4ec317271ac3e4fe63fe5bc2ef0c2f10e7b2e54 | [
"Markdown"
] | 1 | Markdown | diaz-alx/gabdiazportafolioso.github.io | 1fdb94ed6ed8c2ca87a049f30446a5c2883f79e0 | 792c1e5e601390ba9180e6212acd58c10f5af7ed |
refs/heads/master | <repo_name>lawmbass/Bootstrap-Portfolio<file_sep>/README.md
# Bootstrap-Portfolio
Responsiveness homework, adding initial files.
| 3336d9283f49bcfc515b1c5f32fe4b2e3028c1fb | [
"Markdown"
] | 1 | Markdown | lawmbass/Bootstrap-Portfolio | 5520eb38409c1f315cfd13c109b985315deebe2c | 3baaf0357e161cc341938763a276e890541a492f |
refs/heads/master | <file_sep>from flask import Blueprint,render_template
usuarios = Blueprint('usuarios', __name__)
usuarios.holder = 'blablabla'
def set_bla():
usuarios.holder = 'anti-bla'
usuarios.before_request(set_bla)
@usuarios.route("/usuarios/")
def index():
return render_template("usuarios/index.html", holder=usuarios.holde... | 1be4928126d43e47415fabb46825893390a3b4c3 | [
"Python"
] | 4 | Python | supwr/sqlalchemy-migrate | 146b1b089139dc2b6cc458915aee81b01b4194bf | d0b3fd41103ed329e1bc143b0fef228ec22aedfe |
refs/heads/master | <file_sep>'use strict'
const pug = require('pug');
function FileGenerator() { //ES5 Constructor
this.renderFile = (templateFile, data) => {
const loadTemplate = pug.compileFile(templateFile);
console.log(loadTemplate(data));
}
function sayHello() {
//private method, not possible i... | 94e70dec071682e166f324561a849d7d297b4a58 | [
"JavaScript",
"Pug"
] | 5 | JavaScript | gitforwork/LaborDb | 132c88f66fec0fb059069fbd7eaf1280972e3206 | b496b7b680351fdb283a0b5f94bc6048634f9fd6 |
refs/heads/master | <file_sep>package Server;
import java.io.Reader;
import java.io.IOException;
import java.io.EOFException;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import org.json.simple.*;
import org.json.simple.parser.*;
public class dictionary {
privat... | 9aa0e0744037bb45ff805801907f86ce96cf606a | [
"Java",
"Markdown"
] | 4 | Java | lupintheforth/dictionary_min | e422af07dba31d12a6a6d6f6c4c67a8c19518708 | 7f9f890f1e43512dd0b83d563b26260b8cdc7860 |
refs/heads/main | <repo_name>eleventh83/eleventh83.github.io<file_sep>/README.md
# eleventh83.github.io | 23ad853d57a37037b66a224f654c14dbda781f07 | [
"Markdown"
] | 1 | Markdown | eleventh83/eleventh83.github.io | 3e0c8824492d9452b6ec37f0397688fab21f8c30 | 5fded6e99dded412c9d017f41b22c170320db78e |
refs/heads/master | <repo_name>ShiAllen/test02<file_sep>/app/Http/routes.php
<?php
/*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
|
| Here is where you can register all of the routes for an application.
| It's ... | e4d635b10a6e2afafc01034fa89029f80bf51f4d | [
"Batchfile",
"PHP"
] | 2 | Batchfile | ShiAllen/test02 | 9aad63c9807c6e3e23707bb0be7e5069b0193fbd | ecb7c1c8124f6792285c44fe9fe5041ffa738471 |
refs/heads/master | <repo_name>hedgehog-zowie/hedgehog-zowie.github.io<file_sep>/2016/04/19/java-core-thread/index.html
<!DOCTYPE html><html lang="zh-CN"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta c... | a19cbe3028f3c26e79a910d87ae53be9084f1c07 | [
"HTML"
] | 1 | HTML | hedgehog-zowie/hedgehog-zowie.github.io | c902d8ae7ddf64e4484dec8c8edaf7636f11fcd2 | db6c727f996b1c492f861263a93c92c43de18478 |
refs/heads/master | <file_sep>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<title>
Wind turbine item inspection
</title>
</head>
<body >
<h1>
Turbine Safety check
</h1>
<h3>
Wind turbine item inspection
</h3>
<form ... | e06ff67e5849f56534023d28cd372317df8c7417 | [
"PHP"
] | 1 | PHP | rhysbowenharries/safety-inspection | 85640a139317e0b26804e756b34e8f1c97481117 | 1a6e8261be60eb2a7cc36d50f45d6be8fc0d5668 |
refs/heads/master | <file_sep># Glitch-Garden
2D Unity Game
<file_sep>using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AttackerSpawner : MonoBehaviour
{
[SerializeField] bool canSpawn = true;
[SerializeField] float minSpawnDelay = 1f;
[SerializeField] float maxSpawnDelay = 5f;
[... | 9b318c4a6dfe93ba3f05af141beff15b886a56bd | [
"C#",
"Markdown"
] | 2 | C# | sdmccoin/Glitch-Garden | 4a6949b0dde836d194ba689ad2cde6c8b94a080e | e8004aaa38b0659e7edd29023bb757226ee6e9aa |
refs/heads/master | <file_sep># witpol-auto-stu
GitHub Pages
| 78cf687fae5612743a1ecc34baf4c1a0e2c0b8fa | [
"Markdown"
] | 1 | Markdown | Czakanski/witpol-auto-stu | df4d05eadb66faf3bdf11933381129707c25d6c3 | b528cdcd4065470c37b77f2388cff7f018ee2ace |
refs/heads/main | <repo_name>4DvAnCeBoY/pyunit-selenium-sample<file_sep>/requirements.txt
ConfigParser
selenium>2.5
pytest
nose
pytest-xdist
| 3aa024e7d6a1b5e706dcce638ca8af08b78a8481 | [
"Text"
] | 1 | Text | 4DvAnCeBoY/pyunit-selenium-sample | 56c264e46f3a6d6bfa4b973d69a6c11fdd17934a | 4ac36175478fe49c9cda6f47d9767a5b83edeb9d |
refs/heads/master | <file_sep>package mail;
public class gmail {
public static void main(String args[]) {
System.out.println("login");
}
}
<file_sep>package enter;
public class enter {
public static void main(String ar[]) {
System.out.println("home");
}
}
| 5c0a8b04d59c594506f6c1b804839fd6591d4ef8 | [
"Java"
] | 2 | Java | balaganesh915/enter | 3edd1a8aa4555a3c4a42b24ac851812d2e5703d8 | 3e68f8ab07c73f79f824f3b92b77decfe382957b |
refs/heads/master | <repo_name>sivagane/CucumberExcel<file_sep>/src/test/java/org/cucmber/Excl/Utiltity.java
package org.cucmber.Excl;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.OutputStream;
import java.util.HashMap;
import java.util.LinkedList;
... | 0ff63482a31601c4e4325fa4703d448b6c40bdf6 | [
"Java",
"Gherkin"
] | 3 | Java | sivagane/CucumberExcel | b662a335c050b726b4aa969a4733f5f1a1b85405 | 29ed84b9ce48b2d84d560cdac59cfcb60123b833 |
refs/heads/master | <repo_name>nkwwb/JOS<file_sep>/README.md
# JOS
MIT-JOS project
| a5f049ae86c0c0be0855682e53a2575cf3892e4d | [
"Markdown"
] | 1 | Markdown | nkwwb/JOS | a4ee7de1f6307776d404322414c2443c412eb988 | 3bf6c6e242b9ec6cd26b42799f61aa0452994d3f |
refs/heads/main | <file_sep># Lyrics-Finder
The main screen is very simple, you just have to search for an artist and a song of this artist. Autocomplete is not implemented in this App. The search will be sent to the three API endpoints, and the result will be returned asynchronically.
| 9f4a70e76f05b421a901c34cefb310d3c31c71ae | [
"Markdown"
] | 1 | Markdown | bologrub/Lyrics-Finder | 2fb059d607b2a71acf2a0f3082d2ee77f92b5913 | 76e4fb81aa5f23d08aa27c6ef7b78fe864693147 |
refs/heads/master | <repo_name>andrianovv/chat_HTML_CSS<file_sep>/css/layout.less
/* Layout */
body{
background-color: #F5F5FF;
}
main{
display: flex;
max-width: 1160px;
margin: 0 auto;
background-color: #fff;
.se... | d0929530faccd5ebbdc1f34a0952a2f9920c82fc | [
"JavaScript",
"Less"
] | 10 | JavaScript | andrianovv/chat_HTML_CSS | 00e1db854a54f6caaf40e299587963d66548cabe | fc4906396b708205a9fa128a31793829553ed93f |
refs/heads/master | <repo_name>olafurpg/dot-hot-reload<file_sep>/Makefile
dot:
dot -Tpdf graph.dot -o graph.pdf
<file_sep>/dot-hot-reload.sh
ls *.dot | entr make dot
| 3d30e54506df2b7234979cb31b0c5c6734f44249 | [
"Makefile",
"Shell"
] | 2 | Makefile | olafurpg/dot-hot-reload | c6037cdc1be38ce1fa1134c2c9653b1cfc766d1d | 5ee71998e23c27f2e30b93a9de2c8fe3740abf93 |
refs/heads/master | <repo_name>Ghazikhan/Demoapp<file_sep>/app/views/userinfos/index.html.erb
<p id="notice"><%= notice %></p>
<h1>Listing Userinfos</h1>
<table>
<thead>
<tr>
<th>User</th>
<th>Date of birth</th>
<th>Gender</th>
<th>Mobile</th>
<th>Address</th>
<th colspan="3"></th>
</tr>
<... | 279acf9258f7c8fa47b973b7d8959c897d7a0d4c | [
"HTML+ERB",
"Markdown",
"Ruby"
] | 14 | HTML+ERB | Ghazikhan/Demoapp | fee5d5c9e6dfa89a8edf77b1e37ee7e5282f5e63 | 9958b607e0f4cdaacde815a6176cec4ada44c322 |
refs/heads/master | <file_sep><!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Página Web <NAME></title>
</head>
<style>
body {
background-color: rgb(255, 224, 186);
color: rgb(158, 84, 76);
}
p {
color: rgb(0, 0, 0);
fo... | 254e4fee0a34115d6d8dfcbd5c87767ac3570001 | [
"HTML"
] | 1 | HTML | EnriqueSanzTur/EnriqueSanzTur.github.io | 685d6a60a2d66ec04c5e330528f539d273e77c49 | 19e5b30f5acc22de136883e141eb627180aa57e7 |
refs/heads/main | <file_sep>import json
import sys
import time
import requests as req
from PyP100 import PyP100
d = {}
d["jsonrpc"] = "2.0"
d["method"] = "GetSystemStatus"
d["id"] = "13.4"
d["params"] = 'null'
# Carico il file di configurazione passato da input
if len(sys.argv) != 2:
raise ValueError('Bisogna passare il file di c... | 7fc2fecd5d095c75cd86245ffaa50c101919fcde | [
"Markdown",
"Python"
] | 2 | Markdown | DanieleLupo94/checkModemAlcatelMW40V | 85797c8f2347be386cc579cf7c51eeb6e0f7de25 | a610ab0fa27cea25c0d9badbac810465956bb0e4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.