Skip to content

Instantly share code, notes, and snippets.

View qalqi's full-sized avatar
🐢
I may be slow to respond.

Qalqi qalqi

🐢
I may be slow to respond.
  • Earth
View GitHub Profile
@qalqi
qalqi / OneAppTerms.md
Created July 31, 2022 12:13
OneAppTerms.md

Terms & Conditions

By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy or modify the app, any part of the app, or our trademarks in any way. You’re not allowed to attempt to extract the source code of the app, and you also shouldn’t try to translate the app into other languages or make derivative versions. The app itself, and all the trademarks, copyright, database rights, and other intellectual property rights related to it, still belong to Qalqi Innovation Labs Private Limited.

Qalqi Innovation Labs Private Limited is committed to ensuring that the app is as useful and efficient as possible. For that reason, we reserve the right to make changes to the app or to charge for its services, at any time and for any reason. We will never charge you for the app or its services without making it very clear to you exactly what you’re paying for.

The 1234 app stores and process

Privacy Policy

Qalqi Innovation Labs Private Limited built the 1234 app as a Freemium app. This SERVICE is provided by Qalqi Innovation Labs Private Limited at no cost and is intended for use as is.

This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.

If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at 1234 unless otherwise defined in this Privacy Policy.

@qalqi
qalqi / icp.txt
Created December 30, 2021 11:45
icp.txt
dfx identity --network ic set-wallet --force m6ayk-vaaaa-aaaai-aalk?-cai
/*
object : Objects in JavaScript, just as in many other programming languages, can be compared to objects in real life.
The concept of objects in JavaScript can be understood with real life, tangible objects.
In JavaScript, an object is a standalone entity, with properties and type. Compare it with a cup,
Creating a JavaScript Object
Example 1 :
*/
const person = {firstName:"John", lastName:"Doe", age:50 };
@qalqi
qalqi / Hourly Rate Contract Sample
Last active September 7, 2021 17:07 — forked from filippo/Hourly Rate Contract Sample
Hourly Rate contract idea.
# Visual Experience Desgiern Hourly Contract
Date: 7 Sept 2021
Between Lara Gavriely
and Qalqi Innovation Labs Private Limited
## Summary
It’s best to have a few simple things written down so that we’re all on the same page. In this contract you won’t find complicated legal terms or large passages of unreadable text. We have no desire to trick you into signing something that you might later regret. We do want what’s best for the safety of both parties, now and in the future.
@qalqi
qalqi / get.json
Created March 12, 2021 20:20
/_matrix/client/r0/pushrules/
{
"global": {
"content": [
{
"actions": [
"notify",
{
"set_tweak": "sound",
"value": "default"
},
@qalqi
qalqi / customTypes.json
Created March 11, 2021 15:33
customtypes
{
"AttributeTransaction": {
"signature": "Signature",
"name": "Vec<u8>",
"value": "Vec<u8>",
"validity": "u32",
"signer": "AccountId",
"identity": "AccountId"
},
"Attribute": {
type Query {
"""
Gets a list of the third party identifiers that the homeserver has
associated with the user's account.
This is *not* the same as the list of third party identifiers bound to
the user's Matrix ID in identity servers.
Identifiers in this list may be used by the homeserver as, for example,
identifiers that it will accept to reset the user's account password.
{
"openapi" : "3.0.0",
"info" : {
"title" : "Matrix Client-Server API",
"version" : "r0.6.1-oas3"
},
"servers" : [ {
"url" : "https://matrix.org/"
} ],
"paths" : {
{
"basePath" : "/",
"consumes" : [ "application/json" ],
"host" : "matrix.social.network",
"info" : {
"title" : "Matrix Client-Server API",
"version" : "r0.6.1"
},
"paths" : {
"/_matrix/client/r0/account/3pid" : {