Skip to content

Instantly share code, notes, and snippets.

View MCMXCIII's full-sized avatar
👑
I am bad at git.

Christopher Crawford MCMXCIII

👑
I am bad at git.
View GitHub Profile
<div class="wrap">
<div class="search">
<input type="text" class="searchTerm" placeholder="some example here?">
<button type="submit" class="searchButton">
<i class="fa fa-search"></i>
</button>
</div>
<div class="search">
<input type="text" class="searchTerm" placeholder="Some example term here?">
<button type="submit" class="searchButton">
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body{
background: #f2f2f2;
font-family: 'Open Sans', sans-serif;
}
.search {
width: 100%;
position: relative;

How to use

Install (Windows)

  • Install chocolately and install nodejs/NPM

if you are using Windows you need to become admin and from there you need to install nodejs

you can use chocolately to instrall nodejs and all of the other packages on the machine you are using.

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.test.MainActivity">
<WebView
android:id="@+id/webview"
android:layout_width="match_parent"
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="in.couponsanddeals.bina">
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
package com.example.test;
import com.example.test.R;
import androidx.appcompat.app.AppCompatActivity;
import android.R;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import android.support.v7.app.AppCompatActivity;
#Moving large groups of users to a group
#Just edit where the CSV is going to be and make sure to include the header of the list of users as "emailAddress"
#The fields you have to change are "$csvPath" to the folder with the csv
#and the "displayname -eq "Name of group" "
Import-Module AzureAD
#Connects to your Office365 tenant
Connect-AzureAD
#Moving large groups of users to a group
#Just edit where the CSV is going to be and make sure to include the header of the list of users as "email address"
Import-Module AzureAD
#Connects to your Office365 tenant
#This will prompt for credentials
Connect-AzureAD
#Link the csv file to read from.(Please use the exact path.)
$csvPath = "C:\"
@MCMXCIII
MCMXCIII / Multiline.py
Created October 19, 2019 18:05
Regression for multiline
#FOR MULTILINES
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sasbornInstance
from sklearn.model_selection
import train_test_split
from sklearn.linear_model import LinearRegression
from sklearn import metrixcs
@MCMXCIII
MCMXCIII / genL0regress.py
Last active October 19, 2019 17:10
Finished Single line?
import pandas as pd
import numpy as np
import mathplotlib.pyploy as plt
immport seaborn as seabornInstance.model_selection
from sklearn import train_test_split
from sklearn.linear_model import LinearRegression
from sklearn iport metrics
%mathplotlib inline
dataset= pd.read_csv("path to csv dataset CLEAN PLEASE-DEFINE VARS")