Skip to content

Instantly share code, notes, and snippets.

View saurabhnemade's full-sized avatar
🧑‍🚀
Building Awesome Software Ideas.

Saurabh Nemade saurabhnemade

🧑‍🚀
Building Awesome Software Ideas.
View GitHub Profile
@saurabhnemade
saurabhnemade / .gitignore
Last active November 12, 2025 17:54
Mouse Mover in python
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
Reverse Engineered from https://api.npoint.io/d1ef256fc2ad6213726e
```
{
const _0x178408 = function () {
let _0x2d6bdd = true;
return function (_0x301db6, _0x13ab14) {
const _0x2691da = _0x2d6bdd ? function () {
if (_0x13ab14) {
"publishConfig": {
"registry": REGISTRY_URL_HERE
}
{
"packages": [
"packages/*"
],
"version": "0.0.0",
"npmClient": "yarn",
"useWorkspaces": true
}
import React from 'react';
import logo from './logo.svg';
import './App.css';
import { Button } from 'ui-components';
import { formatDate } from 'common-utils';
function App() {
return (
<div className="App">
<div>
{
"name": "product-one",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
export const formatDate = (date) => {
var d = new Date(date),
month = '' + (d.getMonth() + 1),
day = '' + d.getDate(),
year = d.getFullYear();
if (month.length < 2)
month = '0' + month;
if (day.length < 2)
day = '0' + day;
import React from 'react'
const buttonStyle = {
padding: '10px 20px'
};
const Button = (props) => {
return (
<button
className="btn btn-default"
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^3.20.2"
}
}
@saurabhnemade
saurabhnemade / disable-autoboot-on-lid-open.sh
Created April 3, 2020 18:29
Disabling and enabling auto boot on lid open macbook
#!/bin/bash
sudo nvram AutoBoot=%00