repo
stringlengths
5
121
content
stringlengths
35
2.09M
AVDSPavan/Round_robin_scheduling
AVDSPavan/Round_robin_scheduling README.md ```# Round_robin_scheduling Sudesh Sharma is a Linux expert who wants to have an online system where he can handle student queries. Since there can be multiple requests at any time he wishes to dedicate a fixed amount of time to every request so that everyone gets a fair shar...
AVFLOSS/testGlitch
AVFLOSS/testGlitch README.md ```# testGlitch ## Documentación - [Compilation of 8/15 hate/anger emotions - Audiovisual](https://www.youtube.com/watch?v=mMIHdtjvLhs) - [Sound Visualizer Circle](https://www.openprocessing.org/sketch/458076) - [Sound Visualization: Frequency Analysis with FFT - p5.js Sound Tutorial](ht...
AValeriaCM/HilosRelevos
AValeriaCM/HilosRelevos Utilitaria.java ```/* * 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 com.mycompany.hilosrelevos; import java.util.Random; /** * * @author...
AVincentZo/Connexus
AVincentZo/Connexus README.md ```# Connexus SchoolsWP ```
AWtnb/sakuin-tool
AWtnb/sakuin-tool addressHandler.js ```class Nombre { constructor(s, hyphenated = false) { this.rawStr = s.trim(); this.hyphenated = hyphenated; this.intValue = Number(this.rawStr.replace(/[^\d]/g, "")); } getPrefix() { const s = this.rawStr; if (s.length && isNaN(s.at(0))) { return s....
AXXZSTHL/WebExpress-master
AXXZSTHL/WebExpress-master Settings.g.i.cs ```#pragma checksum "..\..\..\..\Applets\Settings.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6063EA99337027B88C07583EFBFBAFF18A89F737" //------------------------------------------------------------------------------ // <auto-generated> // 此代码由工具生成。 // 运行时版本:4.0....
AYADiSoufiene/mosaic
AYADiSoufiene/mosaic babel.config.js ```const ConfigInjectors = require('@tilework/mosaic-config-injectors'); module.exports = ConfigInjectors.injectBabelConfig({ presets: [ [ 'next/babel', { 'preset-react': { runtime: 'classic' }...
AYCHIQ/Iqtest
AYCHIQ/Iqtest dashboard.js ```'use strict'; const blessed = require('blessed'); const {debounce} = require('./utils'); const MS_TO_SEC = 1e-3; const screen = blessed.screen({ smartCSR: true, }); const exInfo = blessed.box({ left: 0, top: 1, content: 'stream info', width: '50%', height: 4, scrollable: 'a...
AYJHub/HelloGit
AYJHub/HelloGit HelloGit.java ```package com.jian.git; public class HelloGit { public static void main(String[] args) { System.out.println("jianjian"); } } ```
AZagatti/lista-livros
AZagatti/lista-livros server.js ```// Create express app var express = require("express") var app = express() var db = require("./database.js") var cors = require("cors") var bodyParser = require("body-parser"); app.use(bodyParser.urlencoded({ extended: false })); app.use(bodyParser.json()); app.use(cors()); // Serve...
Aabishek/R.K-Associates
Aabishek/R.K-Associates Index.php ```<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Meta, title, CSS, favicons, etc. --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=d...
AadiD123/covid-19-tracker
AadiD123/covid-19-tracker README.md ```## Covid-19 Tracker Application These are some of the images on the website: On computers: ![](src/images/computer_website_img.png) On Phones: ![](src/images/computer_website_img.png) ```
Aaditri135858/Background-Color-Changer
Aaditri135858/Background-Color-Changer sketch.js ``` function setup() { createCanvas(400,400); var box = createSprite(200,200,20,20) box.shapeColor = "pink" } function draw(){ if(keyIsDown(DOWN_ARROW)){ background("red") } if(keyIsDown(UP_ARROW)){ background("green") } drawSprites() }```
Aaditya123-apple/Project-100
Aaditya123-apple/Project-100 atm.py ```class ATM (): def __init__(self, CardNumber, PIN): self.CardNumber=CardNumber self.PIN=PIN def Withdrawal(self, Amount): new_Amount=1000000 - Amount print('You have withdrawn:'+str(Amount)) def BalanceEnquiry(self): ...
Aadityaprabu002/Code_n_Ouput_to_docx
Aadityaprabu002/Code_n_Ouput_to_docx automator.py ```import glob import docx import os from docx.shared import Inches codeFilePath = '../Files/Codes/' imageFilePath = '../Files/Images/' docpath = '../Documents/' if (not os.path.isdir(docpath)): os.mkdir(docpath) docName = input('Enter a name for your document:')...
Aakarsh-Kumar/DBMS
Aakarsh-Kumar/DBMS README.md ```# DBMS This is the app which can Store the Student DataBase and can be use as GUI between the database software(MySql). * You are requested to please help me enhance the GUI of the software and make it more attractive for the cunsumers. * Please Make it more fast reponsive Software. *...
Aakash7khadka/HackerRank
Aakash7khadka/HackerRank IQR.py ```def median(num): n=len(num) if n%2==0: return (num[n//2]+num[n//2-1])/2 else: return num[n//2] n=int(input()) first=[int(x) for x in input().split()] second=[int(x) for x in input().split()] lst=[] for x,y in zip(first,second): for i in range(y): ...
AakashGfude/sphinx-external-toc
AakashGfude/sphinx-external-toc cli.md ```# Command-line This package comes with the `sphinx-etoc` command-line program, with some additional tools. To see all options: ```console $ sphinx-etoc --help Usage: sphinx-etoc [OPTIONS] COMMAND [ARGS]... Command-line for sphinx-external-toc. Options: --version Sho...
AakashShukl/CR7
AakashShukl/CR7 GIFWallpaperService.java ```package pay4free.in.cr7; import android.graphics.Canvas; import android.graphics.Movie; import android.os.Handler; import android.service.wallpaper.WallpaperService; import android.view.SurfaceHolder; import java.io.IOException; /** * Created by AAKASH on 27-10-2017. */...
AalaaHabib/Angular-Day2
AalaaHabib/Angular-Day2 first.component.ts ```import { THIS_EXPR } from '@angular/compiler/src/output/output_ast'; import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-first', templateUrl: './first.component.html', styleUrls: ['./first.component.css'] }) export class FirstComponent { ...
AamirHafiez/hospital_api
AamirHafiez/hospital_api patients.js ```const express = require('express'); const router = express.Router(); const passport = require('passport'); const patientsController = require('../../../controllers/api/v1/patients'); // patient registration router.post('/register', passport.authenticate('jwt', {session: false})...
Aaron00101010/vscode-YMD-progress
Aaron00101010/vscode-YMD-progress util.ts ```import * as vscode from 'vscode'; let { showRest, fractionDigits } = vscode.workspace.getConfiguration('YMDProgress'); export let getYearProgress = (): number => { let now = new Date(); let start = new Date(now.getFullYear(), 0, 1); let end = new Date(now.getFullYear...
Aaron1011/lcr
Aaron1011/lcr lcr.py ```import sys import math from collections import namedtuple import time import numpy Player = namedtuple('Person', ['num']) def create_states(players): states = [] chips = 3 * len(players) #players_permut = powerset(players) #players_permut.remove([]) # As chips get placed ...
AaronCC/WebGL
AaronCC/WebGL app.js ```!function() { 'use strict' /* ** NOTE ** This variation uses edge-wrapping for neighbor calculations (two nodes on directly opposite sides may be counted as neighbors). */ // An integer rectangle function intRect(x,y,w,h){ this.x = x; this.y = y; this.w = w; this.h = h; }; ...
AaronChantiles/Game-of-Thrones-Fan-Challenge-
AaronChantiles/Game-of-Thrones-Fan-Challenge- Game of Thrones Fan Challenge.py ```### For all my Game of Thrones fans out there. Lets put your knowledge to the test! ### ### Q&A Variables ### EASY_QUESTION = "I did not kill Joffrey but I wish that I had. Watching your vicious __1__ die gave me more relief than a t...
AaronChengHao/CreateVue
AaronChengHao/CreateVue README.md ```# 从0到1实现一个vuejs [TOC] ## 将虚拟DOM树渲染到真实的DOM > 整体的思路便是首先创建虚拟的dom对象,然后根据虚拟的dom对象创建真实的dom并塞入文档结构 1、每一个dom节点都是一个虚拟的dom对象,他都会包含tag(节点名称)/data(数据)/children(子元素)/text(text节点)四个属性 ```javascript // 生成虚拟dom树 function Vnode(tag, data, children, text) { this.tag = tag; this.data = ...
AaronDasani/First-React-ToDo-App
AaronDasani/First-React-ToDo-App ToDoTable.js ```import React, {Component} from 'react'; // import ListOfWorks from '../ListOfWorks'; import ToDoItem from './ToDoItem' import AddToDoItem from './AddToDoItem'; import axios from 'axios'; class ToDoTable extends Component { constructor(){ super(); this.state...
AaronFrans/Prog3
AaronFrans/Prog3 Oef.cs ```using System; using System.Collections.Generic; using System.Text; using System.IO.Compression; using System.IO; namespace FileIO_Oef { class Oef { public static void ManageData(string path, string fileName) { BackEnd.ExtractZip(path, fileName); ...
AaronGoldsmith/coin-change
AaronGoldsmith/coin-change script.js ```let values = [3,4,2,12,145]; // PRE: an array in any order // POST: an array in increasing order function inOrder(vals){ vals.sort(function(a,b){ return a>b; }); } function findMin(target){ var answer = []; for(var i = values.length-1; i>=0; i--){ while(tar...
AaronHaNasi/generator
AaronHaNasi/generator generator.c ```#include <unistd.h> #include <stdio.h> #include <sys/types.h> #include <sys/wait.h> #include <stdlib.h> #include <string.h> struct range_struct { int lower; int upper; }; struct fd_array { int parent_fd[2]; int child_fd[2]; }; int getN...
AaronNGray/drywall-underscore
AaronNGray/drywall-underscore server.js ```var app = require('./app'); app.set('port', process.env.PORT || app.config.port || process.env.npm_package_config_port || 80); try { var server = app.listen(app.get('port'), function() { console.log('Express server listening on port ' + server.address().port...
AaronOoooo/signally
AaronOoooo/signally scroll_text.js ```document.addEventListener("DOMContentLoaded", function(event) { var intialElement = document.getElementById('headline_scroll'); setInterval(function(){ var arr = intialElement.innerHTML.split(""); var shiftCharacter = arr.shift(); var restOfString = arr.join("");...
AaronSoekiatno/Project-44
AaronSoekiatno/Project-44 sketch.js ```var player, barn; var playerImg, barnImg; function preload(){ playerImg = loadImage("player.png"); bg = loadImage("bg.webp"); barnImg = loadImage("Barn.png"); } function setup(){ createCanvas(600,600); player = createSprite(150,300,10,10); ...
AaronWu1/LonelyTwitterRefactoring
AaronWu1/LonelyTwitterRefactoring LonelyTweet.java ```package ca.ualberta.cs.lonelytwitter; /** * Created by Aaron on 3/13/2018. */ class LonelyTweet { } ```
AaronZhangL/az-001-resource
AaronZhangL/az-001-resource README.md ```# az-resource Memo some tech information. test1 test2 test3 ``` list-tf-py-version.py ```import tensorflow as tf import sys print("python version is : ") print(sys.version) print("tensorflow version is : ") print(tf.__version__) print("tensorflow keras version is : ") p...
Aaroneld/java-AnimalKingdom
Aaroneld/java-AnimalKingdom AnimalKingdom.java ```package AnimalKingdomProject; import java.util.Comparator; import java.util.Arrays; import java.util.ArrayList; import java.util.List; public class AnimalKingdom { public static void main (String[] args) { Animal[] animalCollection = new Animal[15];...
Aaronqcd/ImitateWeChat
Aaronqcd/ImitateWeChat LoginActivity.java ```package com.ewangz.imitatewechat; import android.content.ComponentName; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.TextView; public...
Aarteksoftwaresolutions2013/referal
Aarteksoftwaresolutions2013/referal script.js ```$('document').ready(function() { // Fix IE z-index /*var zIndexNumber = 1000; $('div').each(function() { $(this).css('zIndex', zIndexNumber); zIndexNumber -= 10; });*/ // Push footer down $('#container').append('<div id="pu...
Aarush144/Delocious-Recipes
Aarush144/Delocious-Recipes INDGREDIENTS.md ``` White Sause Pasta 'Indgredients' ------------------ 1. Buter 2. Salt 3. Flour 4. Chilled Milk 5. Black Pepper 6. Gratted Cheese 7. Pasta 8. Oregeno or Chilliflakes (You can add these if you want at last )``` INDGREDIENTS.md ``` Veg Zinger Burger 'Indgredie...
AayushTyagi1/Linux-Basic-Commands
AayushTyagi1/Linux-Basic-Commands Command.md ```# Linux Basic Commands Here is a list of basic Linux commands: 1. pwd command Use the pwd command to find out the path of the current working directory (folder) you’re in. The command will return an absolute (full) path, which is basically a path of all the directories...
AayushmanGupta123/C-103
AayushmanGupta123/C-103 Bar.py ```import pandas as pd import plotly.express as px file = pd.read_csv("data.csv") fig = px.bar(file,x = "Country",y = "InternetUsers",title = "Internet Users In Different Countries") fig.show()``` Line.py ```import pandas as pd import plotly.express as px file = pd.read_csv("li...
Aazme/web_project_3
Aazme/web_project_3 README.md ```Project Name: From Portland to Portland A places to travel in USA, from Portland to Portland. Check the Project: [LINK](https://aazme.github.io/web_project_3/) Landing page website that uses HTML, CSS and animation techniques to provide a wonderful site! the code was organized usin...
Aazu07/ZomatoSearch
Aazu07/ZomatoSearch README.md ```# ZomatoSearch A dummy project that uses Zomato open search api to populate results for a restaurant search API USED : https://developers.zomato.com/api/v2.1/search?q=$queryString ![Screenshot](Screenshot.png) ```
Ab822102/Abhishek-Anand
Ab822102/Abhishek-Anand ParkingProject.c ```#include<stdio.h> #include<stdlib.h> int menu(); void two(); void three(); void four(); void status(); void delete(); int ntwo=0,nthree=0,nfour=0,count=0,amount=0; int main() { while(1) { switch(menu()) { case 1: two(); ...
Abanob21/Java-CIS18A
Abanob21/Java-CIS18A Services.java ```public class Services implements service { private String name; //The above 'name' variable is used to hold the Name of the service. private double price_for_underage,price_for_overage; //The above two variables are used to hold prices for Services according ...
AbanoubGAzer/church-app
AbanoubGAzer/church-app Header.js ```import React, { Component } from 'react'; import { connect } from 'react-redux'; import './Header.css'; import MenuIcon from '../MenuIcon/MenuIcon'; class Header extends Component { constructor(props) { super(props); const isAuthenticated = !!localStorage.getItem('token'...
AbasDarbandy96/abbas_darbandy96
AbasDarbandy96/abbas_darbandy96 README.md ```abbas_darbandy96 ================ ```
Abbe145/WeatherApp-React-
Abbe145/WeatherApp-React- App.js ```import React, { Component } from 'react'; import './App.css'; import { GoogleComponent } from 'react-google-location' import Wheather from './Component/Wheather' import Card from './Component/Card' import './App.css'; import { DropdownButton } from '../node_modules/react-bootstrap' ...
Abbiscuit/canvs_fiber
Abbiscuit/canvs_fiber Home.jsx ```import { useState, useEffect } from 'react'; import { fabric } from 'fabric'; import CanvasArea from '../../feature/CanvasArea'; import SideTemplateArea from '../../feature/SideTemplateArea'; import SideTemplateForm from '../../feature/SideTemplateForm'; import { Link } from 'react-ro...
AbbyNew/testGit
AbbyNew/testGit app.js ```'use strict' // On utilise document.querySelector pour afficher la référence du bouton const switcher = document.querySelector('.bouton'); // On ajoute ensuite le détecteur d’événements et le gestionnaire d’événements // pour l’événement click. // Dans le code suivant, on ajoute un écouteur...
AbdElRahmanAshraf99/Authentication-test-Application
AbdElRahmanAshraf99/Authentication-test-Application SignUp.java ```package com.example.authtestapp; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ProgressBar; import android.widget.Toast; import a...
AbdQaadir/Easy-Bank-Landing-Page
AbdQaadir/Easy-Bank-Landing-Page script.js ```const close = document.querySelector(".close"); const open = document.querySelector(".open"); const dropdownNav = document.querySelector(".mobile-dropdown"); open.onclick = () => { dropdownNav.style.marginTop = 0; open.style.display = "none"; close.style.disp...
Abdaishere/User-model
Abdaishere/User-model Admin.js ```function checkaccess(){ var code = document.getElementById("accesscode").value if (code === "code") return true; else{ alert("Invalid Access Code") return false; } }``` urls.py ```"""main URL Configuration The `urlpatterns` list routes URLs to ...
Abdel-Maliki/sk-front
Abdel-Maliki/sk-front log-domain.ts ```/** * @author abdel-maliki * Date : 27/11/2020 */ import {AbstractEntity} from '../../../../common/abstract/abstract-entity'; import {PathHelpers} from '../../../../common/class/PathHelpers'; import {RouteConstantes} from '../../../../../constantes/route-constantes'; export ...
Abdel-RahmanSaied/Spam_mail_checker
Abdel-RahmanSaied/Spam_mail_checker __main__.py ```from PyQt5 import QtGui, QtWidgets from PyQt5.uic import loadUi import pickle import qdarkstyle import sklearn import sklearn.feature_extraction from sklearn.naive_bayes import GaussianNB from sklearn.feature_extraction.text import TfidfVectorizer vectroizer = pick...
Abdelalihub/MS5837_Arduino_Library
Abdelalihub/MS5837_Arduino_Library ms5837.h ```#if defined(ARDUINO) && ARDUINO >= 100 #include "Arduino.h" #else #include "WProgram.h" #endif #define MS5837_COEFFICIENT_COUNT 7 #define MS5837_CONVERSION_TIME_OSR_256 1 #define MS5837_CONVERSION_TIME_OSR_512 2 #define MS5837_CONVERSION_TIME_OSR_1024 3 #define MS5837_C...
Abder1/JS_formation_capgemini
Abder1/JS_formation_capgemini test_1.js ```/* function div (a, b) { try { return a/b; } catch (e) { console.log("zero not acceptable" + e); } } console.log(div(4,0)) */ function Document (numReg, title){ this.numReg = numReg; this.title = title; } function Livre(n...
AbdillahHasri/Mid_60200116043_MuhAbdillahHasri
AbdillahHasri/Mid_60200116043_MuhAbdillahHasri teks.php ```<?php $nama = 'AbdillahHasri'; $kelas = 'B'; echo $nama; echo $kelas; ?> ```
Abdoulrasheed/crime_prediction_model
Abdoulrasheed/crime_prediction_model README.md ```#Crime Prediction ### Run the following commands in a python shell ```py import nltk # Download stop words nltk.download('stopwords') # Download sample tweets, used for training our model nltk.download('stopwords') # Download punkt, a pre-trained model that helps...
Abdullah-Aljumah/W05D01
Abdullah-Aljumah/W05D01 app.js ```const { request } = require("express"); const express = require("express"); const app = express(); const port = 5000; app.use(express.json()); let todo = [ { id: 0, taskName: "sleep", isComplete: false }, { id: 1, taskName: "eat", isComplete: false }, { id: 2, taskName: "code"...
AbdullahArean/PrevQBD
AbdullahArean/PrevQBD README.md ```# PrevQBD The Previous Year Question of The Universities of Banglasdesh Can be found here! As it is an Open Source Project, Continuous Contribution is needed to keep the question base Update ```
AbdullahMedhat/WeatherAppApi
AbdullahMedhat/WeatherAppApi routes.rb ```Rails.application.routes.draw do delete '/erase', to: 'weathers#erase' get '/weather', to: 'weathers#index' post '/weather', to: 'weathers#create' end ``` 20180302065009_create_weathers.rb ```class CreateWeathers < ActiveRecord::Migration def change create_t...
Abdulrahman2k/Fusion
Abdulrahman2k/Fusion CC_SUMMARY_N2.sql ```-------------------------------------------------------- -- File created - Saturday-August-15-2020 -------------------------------------------------------- -------------------------------------------------------- -- DDL for Table CC_SUMMARY_N2 --------------------------...
Abdulrehman36000/hello-world
Abdulrehman36000/hello-world README.md ```# hello-world This is the initial repository I made while learning this. My name is Abdul Rehman, and I am just learning to code after 3 years as a Computer Science major. Haha, funny yet true ;) ```
Abdulwahab-CS/Dice-game
Abdulwahab-CS/Dice-game README.md ```# Cube-game Simple JavaScript game based on cube dice. Played by two players. It's a practice on some javaScript main concepts.<br> It's part of a JavaScript course. <h4>Screenshot for the game</h4> <img src="screenshots/Cube-game-img.png" width="90%"> <h4># Game Rules :</h4> ...
AbdumurodovaZulfizar/re-former
AbdumurodovaZulfizar/re-former README.md ```# README This is part of the Forms Project in The Odin Project’s Ruby on Rails Curriculum. ```
AbdurRazaq/SS17_AdvancedProgramming
AbdurRazaq/SS17_AdvancedProgramming README.md ```# SS17_AdvancedProgramming Summer Semester: Advanced Programming Course Repository ```
Abel-RM/Conjuntos
Abel-RM/Conjuntos UsaConjuntos.java ```import java.util.*; public class UsaConjuntos { public static void main(String[] args) { Conjunto<Integer> c1 = new Conjunto<>(Arrays.asList(1, 2, 3)); Conjunto<Integer> c2 = new Conjunto<>(Arrays.asList(1,2,3,4,5)); Persona p1 = new Persona("prue...
AbelChrist/blog-vue
AbelChrist/blog-vue README.md ```# blog-vue > My simple repository learn Laravel and VueJs (Blog app). ## Built With - [Laravel 8](https://laravel.com/) - PHP Framework (Controller, Model, API, etc). - [VueJs](https://vuejs.org/) - JavaScript Framework (Fetch API and View Component). - [Bootstrap 4.5](https://getboot...
AbelOrPa/Prueba_Retrofit
AbelOrPa/Prueba_Retrofit JsonPlaceHolderApi.java ```package com.example.retrofitdemo2.Interface; import com.example.retrofitdemo2.Model.Posts; import java.util.List; import retrofit2.Call; import retrofit2.http.GET; public interface JsonPlaceHolderApi { @GET("posts") //añadir donde se encuentra la info .../XX...
AbellaRoger/act1_event_driven
AbellaRoger/act1_event_driven README.md ```"# act1_event_driven" ```
Abensab/clashOfCode
Abensab/clashOfCode TheResultAngle.go ```package main import "fmt" import "strconv" //import "os" /** * Auto-generated code below aims at helping you parse * the standard input according to the problem statement. **/ func main() { var a, b int fmt.Scan(&a, &b) print(180-a-b) // fmt.Fprintln(...
Abewkayew/PROJECT_1
Abewkayew/PROJECT_1 book_display.java ```package com.example.abewkayew.bookstoreapp; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.MenuItem; public class book_display extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { ...
Abhay-765/SpaceInvaders
Abhay-765/SpaceInvaders README.md ```# SpaceInvaders In this project, I created a complete Space Invaders game with audio using Java and the software Processing(https://processing.org/). ``` SpaceInvaders.java ```SI ///// import java.util.ArrayList; import ddf.minim.*; //class variables Minim minim; AudioSample pla...
Abhi-Tiw1/abhitiw1-website
Abhi-Tiw1/abhitiw1-website publications_jour.md ```+++ # A Demo section created with the Blank widget. # Any elements can be added in the body: https://wowchemy.com/docs/writing-markdown-latex/ # Add more sections by duplicating this file and customizing to your requirements. widget = "blank" # See https://wowchemy....
Abhi-tech13/data-entry-system-swing-
Abhi-tech13/data-entry-system-swing- README.md ```# data-entry-system-swing- In this system data is stored into local files. ```
Abhi02-pro/TheNeurons
Abhi02-pro/TheNeurons README.md ```# TheNeurons Programmming page ```
Abhi13027/interview-questions-javascript
Abhi13027/interview-questions-javascript README.md ```# Javascript Interview Questions ## Table of Contents | Sl.No | Questions | | ----- | --------------------------------------------------------------------...
Abhi190997/Banki-Managment-spring-core-java-
Abhi190997/Banki-Managment-spring-core-java- BankingUtility.java ```package com.abiBanking.bankMangment; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; ...
Abhi347/lru-memoizer
Abhi347/lru-memoizer async.ts ```import LRU from 'lru-cache'; import { EventEmitter } from 'events'; import cloneDeep from 'lodash.clonedeep'; import { deepFreeze } from './freeze'; import { syncMemoizer } from './sync'; import { INodeStyleCallBack, ResultBase, IParamsBase} from './util'; interface IMemoized<T1, T2, ...
Abhi7836/Css_Books
Abhi7836/Css_Books Readme.md ```# Sample CSS website ### [Live site](https://abhi7836.github.io/Css_Books/) ![Screenshot](image_prev.png) ``` script.js ```var showcase = document.getElementById("showcase"); console.log(showcase) window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (do...
Abhibadan/college_ecom
Abhibadan/college_ecom seller-dashboard.php ```<?php session_start(); if($_SERVER['REQUEST_METHOD'] == 'POST'){ if(isset($_POST['logout'])){ if($_POST['logout'] == 'logout_seller'){ session_destroy(); header('location:http://localhost/college_ecom/public/seller_register.php'); } ...
Abhijit2505/StudentCode-in.github.io
Abhijit2505/StudentCode-in.github.io README.md ```<img src="assets/img/CoverImg.jpeg" alt="website" /> # [Student Code In](https://scodein.tech/) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) [![MIT Licence](https://badges.frapsoft.co...
AbhijithNaagarjuna/ChatRoom
AbhijithNaagarjuna/ChatRoom WebSocketChatApplicationTest.java ```package edu.udacity.java.nano.chat; import edu.udacity.java.nano.pages.ChatHtml; import edu.udacity.java.nano.pages.LoginHtml; import org.checkerframework.checker.nullness.compatqual.NullableDecl; import org.junit.After; import org.junit.Before; ...
AbhimanyuTak/BtechProject
AbhimanyuTak/BtechProject 1D_ElectricFieldPlot.py ```import numpy as np import matplotlib.pyplot as plt with open('/home/manyu/BTP/cuda_code/file_xelec.dat') as file: z = [[float(digit) for digit in line.split()] for line in file] fig, axs = plt.subplots() z1 = z[50] x = np.linspace(1, 100, 100) X, Y = np.meshgr...
Abhinav-db/toolbox
Abhinav-db/toolbox top_seg_history.sql ```-- for the current top 10 segments (by size) list the history of the space used / allocated delta per day for the past month. -- as dba_hist_seg_stat does not contain all segments, but only the ones that oracle determines to to be interesting, the history may be lacking or inc...
Abhinav181997/Mobile-Recharge
Abhinav181997/Mobile-Recharge AccountDao.java ```package com.capgemini.mobile.dao; import com.capgemini.mobile.bean.Account; public interface AccountDao { public Account getAccountDetails(String mobileNo); public double rechargeAccount(String mobileNo, double rechargeAmount); } ``` AccountExc...
AbhinavEmani/hello-world
AbhinavEmani/hello-world README.md ```# hello-world //Hello, I'm Abhinav. I'm interested in languages such as swift and python, along with app development and machine learning. ```
AbhinayNarayanSingh/bloogers
AbhinayNarayanSingh/bloogers az.js ```(function(a){const i=a["az"]=a["az"]||{};i.dictionary=Object.assign(i.dictionary||{},{"%0 of %1":"%1-dən %0",Aquamarine:"Akvamarin",Black:"Qara","Block quote":"Sitat bloku",Blue:"Mavi",Bold:"Yarıqalın",Cancel:"İmtina et","Characters: %0":"Simvolar: %0","Choose heading":"Başlıqı se...
Abhiram-23/fitness_harmony_simulaton
Abhiram-23/fitness_harmony_simulaton fitness_harmony_simulator.py ```import cv2 import numpy as np import PoseModule as pm import pyttsx3 from beeply import notes pyobj = pyttsx3.init() pyobj.setProperty("rate", 100) pyobj.say("Welcome to fitness harmony simulator Please watch the video before beginning the workout")...
Abhirup-pik/Numerical-Physics
Abhirup-pik/Numerical-Physics README.md ```# Numerical-Physics Here you can find some useful example for Numerical Physics stuff ```
AbhisekTiwari/DIVA-Dialogue-Dataset
AbhisekTiwari/DIVA-Dialogue-Dataset README.md ```# Dataset for Deviation and Image adapted Virtual Agent (DIVA) ```
Abhishek-2307/Financial-Concepts-In-Python
Abhishek-2307/Financial-Concepts-In-Python README.md ```# Financial-Concepts-In-Python Understanding the basic principles of finance is essential for making important financial decisions ranging from taking out a student loan to constructing an investment portfolio. Combining basic financial knowledge with Python will...
Abhishek0697/IoT_SmartCar
Abhishek0697/IoT_SmartCar README.md ```# Smart Car Features using Embedded Systems and Internet of Things ### Read our paper on [arXiv](https://arxiv.org/pdf/2101.00496.pdf) *Idea-*\ The project aims to develop a cost-efficient smart vehicle system focusing on accident detection, passenger safety, drunk driver prev...
Abhishek8394/publist_backend
Abhishek8394/publist_backend constants.js ```module.exports = { HEADLINE_HOST: "localhost:3000", USER_ID_HTTP_HEADER: "user-id", TOKEN_HTTP_HEADER: "token", PER_PAGE: 10, PAGE_NUM_REQ_PARM: "page" }; ``` headlines.js ```module.exports = [ { id: "NLEJ7gxOak", slug: "most-stockmarket-returns-come-fr...
AbhishekBipalliwar19/Abhishek_153277_PP_Phase2
AbhishekBipalliwar19/Abhishek_153277_PP_Phase2 queries.sql ``` create table customer2 (MOBILENUMBER VARCHAR2(10) PRIMARY KEY,NAME VARCHAR2(30),BALANCE NUMBER(7,2));``` WalletRepoImpl.java ```package com.capgemini.core.pp.repo; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedSta...
AbhishekSinghAS/TODO-APP-PY
AbhishekSinghAS/TODO-APP-PY Todo.py ```""" readFile(): reads a file from args #1 formatString(): do tasks like StringSlicing and returns a Dictionary #2 modifyInput(): accepts a dictionary and returns a list of dictionaries showAllTodo(): prints all todo tasks in a proper way showSearchedTodoByTime(): prints al...
Abhishekpaduchuru/rcs_based_enc_dec_proj
Abhishekpaduchuru/rcs_based_enc_dec_proj rcs.java ```package rabinusingascii; import java.io.*; import java.util.*; import java.lang.*; public class AsciiRabin { static int e = 2, n; static int p, q; static int[] cip=new int[100]; static char[] ch=new char[100]; static int[] newch=new int[100]; static int[] ...
Abhoy-Tripathy/Group1-ToDoList
Abhoy-Tripathy/Group1-ToDoList program.js ``` // input field //variables list let choosePrio = document.getElementById("prioSelector"); let addNewItem = document.getElementById("addButton"); let chooseDate = document.getElementById("calendar"); console.log(choosePrio.length); console.log(chooseDate); console.log(addN...
Abid106/UnstitchedClothes
Abid106/UnstitchedClothes Startup.cs ```using Microsoft.Owin; using Owin; [assembly: OwinStartupAttribute(typeof(UnstitchedClothes.Startup))] namespace UnstitchedClothes { public partial class Startup { public void Configuration(IAppBuilder app) { ConfigureAuth(app); } ...