নাম | লেখক | ডাউনলোড লিঙ্ক[মেগা] | ডাউনলোড লিঙ্ক[মিডিয়াফায়ার] |
---|---|---|---|
কম্পিউটার প্রোগ্রামিং | তামিম শাহরিয়ার সুবিন | ডাউনলোড | ডাউনলোড |
লার্ন পাইথন দি হার্ড ওয়ে | জেড শ | ডাউনলোড | ডাউনলোড |
ব্যাশ রেফারেন্স ম্যানুয়াল | জিএনইউ প্রজেক্ট | ডাউনলোড |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'কবর' | |
এইখানে তোর দাদির কবর ডালিম- গাছের তলে, | |
তিরিশটা দিন হাত ধোঁয়নি সাবান মেশানো জলে। | |
এতোটুকু তারে ঘরে এনেছিনু গোবর ভর্তি মাথা, | |
ভোর রাতে উঠে চুপচাপ খেতো তিন থানকুনি পাতা। | |
এখানে ওখানে ঘুরিয়া ফিরিয়া ভেবে হইতাম সারা; | |
সারা বাড়ি ভরি এতো ভাইরাস ছড়াইয়া দিল কারা! | |
এমনি করিয়া জানি না কখন হাত থেকে মুখে মিশে | |
করোনা তাহার বাসা বেধেছিলো সরাসরি ফুসফুসে। |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* Copyright 2019 Ahmad Hasan Mubashshir <[email protected]> | |
* | |
* This program is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation; either version 2 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Aoi" - Hikaru ga Chikyuu ni Itakoro...... | |
10 Years after saying “Leave this to me and go”, I Became a Legend. | |
10 Years in the Friend Zone | |
2.5 Dimensional Seduction | |
A Boy Who Has Been Reincarnated Twice Spends Peacefully as an S-Rank Adventurer | |
A Fool and a Girl | |
A Pretty's Super Zombie | |
A Story About A Totally Straightforward Girlfriend | |
A Story About Treating a Female Knight Who Has Never Been Treated as a Woman as a Woman | |
Aida ni Hatachi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* ttm_unpack: An unpacker for the game "To the Moon"'s datafiles. | |
* | |
* Copyright (c) 2012, David Gow <[email protected]> | |
* | |
* Permission to use, copy, modify, and/or distribute this software for any | |
* purpose with or without fee is hereby granted, provided that the above | |
* copyright notice and this permission notice appear in all copies. | |
* | |
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public int fdup(int[] val) | |
{ | |
var trt = val[val[0]]; | |
var hre = val[0]; | |
var cntr = 0; | |
while (trt != hre) | |
{ | |
if( ( cntr < val.length * 10 ) && ( val.length < 15) ) | |
break; | |
trt = val[trt]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
## Uncomment to disable git info | |
#POWERLINE_GIT=0 | |
__powerline() { | |
# Colorscheme | |
readonly RESET='\[\033[m\]' | |
readonly COLOR_CWD='\[\033[0;34m\]' # blue | |
readonly COLOR_GIT='\[\033[0;36m\]' # cyan |
NewerOlder