Skip to content

Instantly share code, notes, and snippets.

View minhazmiraz's full-sized avatar
🎯
Focusing

MD. Minhazul Islam minhazmiraz

🎯
Focusing
  • Chittagong, Bangladesh
  • 18:36 (UTC +06:00)
View GitHub Profile
{"window":{"width":966,"height":694},"event_log":[{"selector":"document","type":"scroll","scrollTop":1,"scrollLeft":0,"timeStamp":553133.7000000002},{"selector":"document","type":"scroll","scrollTop":0.5,"scrollLeft":0,"timeStamp":553146},{"selector":"document","type":"scroll","scrollTop":2.5,"scrollLeft":0,"timeStamp":553161.8000000003},{"selector":"document","type":"scroll","scrollTop":8.5,"scrollLeft":0,"timeStamp":553178.5},{"selector":"document","type":"scroll","scrollTop":18.5,"scrollLeft":0,"timeStamp":553197.1000000001},{"selector":"document","type":"scroll","scrollTop":33.5,"scrollLeft":0,"timeStamp":553210.3000000003},{"selector":"document","type":"scroll","scrollTop":47.5,"scrollLeft":0,"timeStamp":553229.5},{"selector":"document","type":"scroll","scrollTop":62.5,"scrollLeft":0,"timeStamp":553246},{"selector":"document","type":"scroll","scrollTop":74.5,"scrollLeft":0,"timeStamp":553261.8000000003},{"selector":"document","type":"scroll","scrollTop":89.5,"scrollLeft":0,"timeStamp":553279.3000000003},
{"window":{"width":1445,"height":883},"event_log":[{"selector":"document","type":"scroll","scrollTop":979,"scrollLeft":0,"timeStamp":14450},{"selector":"document","type":"scroll","scrollTop":942,"scrollLeft":0,"timeStamp":14465.599999999627},{"selector":"document","type":"scroll","scrollTop":836,"scrollLeft":0,"timeStamp":14485.099999999627},{"selector":"document","type":"scroll","scrollTop":660,"scrollLeft":0,"timeStamp":14505.200000000186},{"selector":"document","type":"scroll","scrollTop":431,"scrollLeft":0,"timeStamp":14516.099999999627},{"selector":"document","type":"scroll","scrollTop":210,"scrollLeft":0,"timeStamp":14532.700000000186},{"selector":"document","type":"scroll","scrollTop":60,"scrollLeft":0,"timeStamp":14551.899999999441},{"selector":"document","type":"scroll","scrollTop":2,"scrollLeft":0,"timeStamp":14568.700000000186},{"selector":"document","type":"scroll","scrollTop":0,"scrollLeft":0,"timeStamp":14583.799999999814},{"selector":"document","type":"scroll","scrollTop":1,"scrollLeft":0,"time
@minhazmiraz
minhazmiraz / starship.toml
Created September 5, 2023 07:42
starship config file
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
format = '''$time$git_branch$git_commit$git_status$cmd_duration$nodejs
$directory$character'''
# Inserts a blank line between shell prompts
add_newline = true
# Replace the '❯' symbol in the prompt with '➜'
public void onRefreshButtonClicked(final View view){
RotateAnimation rotate = new RotateAnimation(
0, 355,
Animation.RELATIVE_TO_SELF, 0.5f,
Animation.RELATIVE_TO_SELF, 0.5f
);
rotate.setDuration(400);
rotate.setInterpolator(new LinearInterpolator());
rotate.setRepeatCount(300);
@minhazmiraz
minhazmiraz / 10038 - Jolly Jumpers Solution
Created July 23, 2016 20:47
10038 - Jolly Jumpers Solution
/*********10038********
* MD. Minhazul Islam
* Dept. Of CSE
* IIUC
*/
#include<stdio.h>
#include<stdlib.h>
#include<stdio.h>
int cycle(int a)
{
int i=0;
while(1)
{
i++;
if(a==1)
break;