Skip to content

Instantly share code, notes, and snippets.

Option Explicit
Dim objshell,path,DigitalID, Result
Set objshell = CreateObject("WScript.Shell")
'Set registry key path
Path = "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\"
'Registry key value
DigitalID = objshell.RegRead(Path & "DigitalProductId")
Dim ProductName,ProductID,ProductKey,ProductData
1) Create separate table for generate auto incremented ids. Lets name it customer_seq
##############################################################################
CREATE TABLE Customer_seq
(
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY
);
##############################################################################
from IPython.display import FileLink, FileLinks
FileLinks('.')
import pandas as pd
import re
data = pd.read_csv("C:\\Users\\muhammad.arqam\\Downloads\\traffic_4_dataset.csv")
def d(x):
CARRIS_REGEX=r'([\-\+]?[0-9]*(\.[0-9]+)?,[\-\+]?[0-9]{2}(\.[0-9]+)?)'
pattern = re.compile(CARRIS_REGEX, re.UNICODE)
list = []
for match in pattern.finditer(x):
http://blog.davidkaleko.com/feature-engineering-cyclical-features.html
System.out.println("Allah Huakber");