Skip to content

Instantly share code, notes, and snippets.

View bikcrum's full-sized avatar
💭
I will respond anyway.

Bikram Pandit bikcrum

💭
I will respond anyway.
View GitHub Profile
@bikcrum
bikcrum / out.txt
Created April 2, 2019 16:32
English words with 'oo'
abloom
aboon
aboveproof
abrood
abrook
abscessroot
achoo
achroodextrin
achroodextrinase
achroous
import turtle as s
j=1
s.hideturtle()
s.speed(0)
s.penup()
s.setpos(0,-90)
s.pendown()
s.circle(140,360)
s.penup()
s.lt(90)
@bikcrum
bikcrum / tf_upgrade_v2.py
Last active October 20, 2021 07:30
Tensorflow migration script tf_upgrade_v2.py
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bikcrum
bikcrum / Connect Google Colab+Drive with SSH.ipynb
Last active April 27, 2024 07:01
This is the way how can you connect google colab as well as google drive (mounted) using SSH. This is useful when you want to download data directly to your google drive specially for machine learning purpose. It can be easy to mount google drive and use files into for your code.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bikcrum
bikcrum / scaffold.dart
Last active October 19, 2021 16:34
This scaffold.dart contains drawer callback added on native code
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(shihaohong): remove ignoring deprecated member use analysis
// when Scaffold.shouldSnackBarIgnoreFABRect parameter is removed.
// ignore_for_file: deprecated_member_use_from_same_package
import 'dart:async';
import 'dart:collection';
@bikcrum
bikcrum / hello_world.js
Created October 16, 2021 18:59
Hello World Examples
console.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 16, 2021 19:04
I am updating this gist description again!
console.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 16, 2021 19:13
Hello World Examples
console.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 16, 2021 20:01
Hello World Examples is now patched!
conosle.log('Hello World');