Skip to content

Instantly share code, notes, and snippets.

@sbibek086
Last active June 29, 2024 09:31
Show Gist options
  • Save sbibek086/d7b400fb94f250b23fa8ea306de87f68 to your computer and use it in GitHub Desktop.
Save sbibek086/d7b400fb94f250b23fa8ea306de87f68 to your computer and use it in GitHub Desktop.
Github Journal post1
nothing, but this cant and MUST NOT BE DELETED because tala sabai comments jun mera NOTES haru hun udhchh.
// I excitedly wrote this code- runability or compilability, is out of concern as I was impressed w CoffeecupCode n wanted
// to supersize it such that most of sol codes practices n RightToDos would turbo come senses to me. Nothing Serious!
pragma solidity ^0.4.0;
beverage Coffee{
uint private data1;
uint private data2;
ufloat data;
function setIntData(uint a, uint b) public {data1=a; data2=b;}
function setIntDataPriv(uint a, uint b) private {data1=a; data2=b;}
function incIntDataPriv(uint a, uint b) private {data1=a; data2=b;}
function setFloatData(ufloat c) public {data=c;}
function empty() // I cant think of what to write inside it
function drink() // similar
function compute(uint l, uint m) internal returns(uint) {return l+m;}
}
beverage Tea{
function h() public{
Coffee coffee = new Coffee();
coffee.setIntData(2,3); // OK because its setIntData is public in nature
uint local= coffee.incIntDataPriv(7); //not OK not only here but also in Americano
}
}
beverage Americano is Coffee{
function g() public{
uint val = compute(3,2); //OK though it is internal returns because Americano is inherited //from Coffee
}
}
Coffee coffee = new Coffee();
if (coffee.empty)
{coffee.refill();}
else
{coffee.drink();}
PS: While I click 'edit' on this gist viewable, then on bottom, I see 'Add File'. I have to click there to add new gist. Anyway for kaamchalau, just add comment on this gist for immediate note down or emotional vomit posts.
---
So, since I created github pages just forking on from one create-pages-directory, and that sbibek086/write-the-docs is entirely my own assets on my own right, I am 'standing on the shoulders' of that jerkyll etc etc that powers it to standalone website, I can do anything, I mean just stand on shoulders of what others have already prepared - I mean softwares that they have created etc. Just saw for real whats FORKING brings to me.
# this yml integration was done just out of pure experimentation of what it means to add github extension libraries on code ,& is
#just random integration
#Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
@sbibek086
Copy link
Author

sbibek086 commented Oct 10, 2023

@sbibek086
Copy link
Author

git clone nddrmaKoGitLabURL
npm install --force
yarn
yarn dev

@sbibek086
Copy link
Author

https://www.youtube.com/watch?v=oAbYL3bktMA ssh key gen wala utube ma tyo rajanG le garda ko khichya foto rakhee post lekh, ho https tarika pani chh, tara teso garda harek choti user pw rakhirakhna parchh aru kura pani chhan jasle SSH tarika pratical ra pow chh

@sbibek086
Copy link
Author

While resolving: ndrrma@0.0.0
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR! react@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14.0 || ^15.0.0-0 || ^16.0.0-0" from react-messenger-customer-chat@0.8.0
npm ERR! node_modules/react-messenger-customer-chat
npm ERR! react-messenger-customer-chat@"^0.8.0" from the root project

Fix the upstream dependency conflict, or retry
this command with --force or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.

react element peer dependency ma conflict aako wala error ho yo

@AWScommunity
Copy link

image

python maile 'Add to PATH' nagarikana install garda yo mathi ko sodhchha

'Add to Path' globally garda ja pani tye eutai python version lai refer garni vo. eso garda edi alag alag stack ma hamlai alag alag python version chahinchh vane ta eutai version lai ja pani GLOBAL garda ('Add to path' garera) conflict huni vo. ho tye resolve garna ko lagi Virtual environment ko concept chahini ho --> https://www.freecodecamp.org/news/installing-multiple-python-versions-on-windows-using-virtualenv/

@AWScommunity
Copy link

AWScommunity commented Oct 17, 2023

NBHDp-QvGBQ is playwrights

Always pahila

playwright codegen https://ndrrma.yilab.org.np

garera code generate gara ani tei code Ctrl c v garera test script lekha, tyo code run vayena vane balla improvise garna tira laga

@sbibek086
Copy link
Author

@sbibek086
Copy link
Author

sbibek086 commented Feb 15, 2024

gsheet
https://www.youtube.com/shorts/uKgD0O7TaUw

Data in UpBar ->> DataCleanup->> Cleanup Suggestion FOR like removing duplicate entry etc

jasari maile diuta row ma 1st col ko 2,3; ra 2nd col ko 10,20 lai resply 20,60 garee tyo diuta row lai select garee drag tala garyo vane varra varchh, gsheet ma chai drag drop down ko satta Ctrl Shift Y garnu parchh

image

image

pivot table - https://www.youtube.com/watch?v=0bojnxjNMTM yei manxe ko matra her gsheet ko lagi, aru Guiye harko nahera

https://www.youtube.com/watch?v=-_1IaUjO-hk

@sbibek086
Copy link
Author

ctrlG >> Special >> Blanks >> Ctrl - >> Entire row
for removing blank rows in excel

@sbibek086
Copy link
Author

sbibek086 commented Feb 29, 2024

https://files.ubuntu-manual.org/manuals/getting-started-with-ubuntu/16.04/en_US/screen/Getting%20Started%20with%20Ubuntu%2016.04.pdf

tye ubuntu chalauda gui ko kura (which is imp) matra hun, real sudo etc pow chai xaina.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment