Skip to content

Instantly share code, notes, and snippets.

View KishorJena's full-sized avatar
💭
I may be slow to respond.

Kishor Jena KishorJena

💭
I may be slow to respond.
View GitHub Profile
@rhamedy
rhamedy / fileUploadsWithBusboy.js
Last active September 15, 2024 08:22
Upload files with busboy module nodejs and expressjs
//you do not necessary need all of the following, i copy/pasted a piece from
//one of my projects.
var express = require('express');
var fs = require('fs');
var Busboy = require('busboy');
var mime = require('mime');
var https = require('https');
var querystring = require('querystring');
var router = express.Router();
@lopspower
lopspower / README.md
Last active April 12, 2025 07:16
All Android Directory Path

All Android Directory Path

Twitter

1) System directories

⚠️ We can't write to these folers

Method Result
@granoeste
granoeste / EachDirectoryPath.md
Last active March 25, 2025 20:07
[Android] How to get the each directory path.

System directories

Method Result
Environment.getDataDirectory() /data
Environment.getDownloadCacheDirectory() /cache
Environment.getRootDirectory() /system

External storage directories