Skip to content

Instantly share code, notes, and snippets.

View rrmistry's full-sized avatar

Rohit Mistry rrmistry

View GitHub Profile
@rrmistry
rrmistry / complex_weights_with_tensorflow_2.0.ipynb
Created August 13, 2019 22:49
Complex model weights with Tensorflow 2.0 and Keras
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rrmistry
rrmistry / Install_Ubuntu_1804.ps1
Created June 4, 2019 02:13
Installing Windows-SubModule-Linux (WSL) manually on another drive
# MIT License
# Copyright (c) 2019 Rohit Mistry
# 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, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@rrmistry
rrmistry / CustomSchemaFactoryWrapper.java
Created May 21, 2019 21:16
StackOverflow Q 56174997 - Json Schema Generator with inheritance and references
/*
MIT License
Copyright (c) 2019 Rohit Mistry
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, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@rrmistry
rrmistry / .vscode\c_cpp_properties.json
Last active March 6, 2019 18:33
Imagine Communications Kayak SDK Files to Develop with VS Code
{
"Comments": "Environment variable WINDOWS_SDK is usually c:/Program Files (x86)/Windows Kits/",
"configurations": [
{
"name": "Win32",
"includePath": [
"${env:WINDOWS_SDK}/10/Include/10.0.10240.0/ucrt/*",
"${workspaceFolder}/**",
"${workspaceFolder}/../src-generated/cpp/*",
"${env:JAVA_HOME}/include/*",