Skip to content

Instantly share code, notes, and snippets.

View emonmeena's full-sized avatar
🎩
Magician

Emon Meena emonmeena

🎩
Magician
View GitHub Profile
<Response>
<Dial callerId="+13129128853">
<Number>+919509910566</Number>
</Dial>
</Response>
We can make this file beautiful and searchable if this error is corrected: It looks like row 4 should actually have 15 columns, instead of 2 in line 3.
Timestamp,Your Name,Age,Gender,Why do you choose to wear jewellery ?,What materials do you prefer for your jewellery?,What is your preferred style for jewellery?,What factors do you consider when purchasing jewellery?,How much do you typically spend on jewellery? ,Add-ons you look for in your jewellery?,What kind of colour scheme would you prefer?,What type of jewellery do you mostly use everyday?,Type of finish you prefer ?,"Lastly, What do you prefer ?",Type of chains you prefer ?
20/04/2023 20:48:45,Moushmi,45 - 54 yrs,Female,"Work, Casual outings","Gold, Silver, Rose gold, Artificial/Imitation",Classic and timeless,Price,Rs.1000 - Rs.5000,No,,,,,
05/05/2023 00:30:47,Aarya Chandola,Under 25 yrs,Female,"For going to work, On casual outings, For Self- Expression, On Religious events / Festivals",Gold,Trendy and fashionable,"Price, Quality, Brand, Trend, Weight, Aesthetics, Uniqueness","More than Rs. 10,000",Precious stones,Harmonious,Contemporary,High finish,Branded Jewelry,Dainty
05/05/2023 00:31:05,Moushmi
@emonmeena
emonmeena / gist:344645ace261288f9204483182a2077f
Created May 17, 2023 21:36
Decentralised Book Exchange - A BTP Project
// SPDX-License-Identifier: MIT
pragma solidity <0.9.0;
import "@openzeppelin/contracts/access/Ownable.sol";
contract DeBex is Ownable {
uint256 public BookCount = 0;
mapping(uint256 => Book) public Books;
mapping(address => Request_wrapper) public requests_wrapper;
[
{
"inputs": [
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "address",
[
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/[email protected]/token/ERC721/ERC721.sol";
import "@openzeppelin/[email protected]/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/[email protected]/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/[email protected]/security/Pausable.sol";
import "@openzeppelin/[email protected]/access/Ownable.sol";
import "@openzeppelin/[email protected]/token/ERC721/extensions/ERC721Burnable.sol";
import "@openzeppelin/[email protected]/utils/cryptography/draft-EIP712.sol";
pragma solidity >=0.8.0 <0.9.0;
// SPDX-License-Identifier: MIT
import "hardhat/console.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
@emonmeena
emonmeena / new_to_score.md
Created February 20, 2021 17:22 — forked from JaDogg/new_to_score.md
New to SCoRe Lab 🥳
const routes = [
{
path: "/",
exact: true,
main: () => <Home title="Home" endpoint="#" tags={["Followed by You"]} />,
},
{
path: "/explore",
main: () => (
<Home title="Explore" endpoint="#" tags={["Recomended"]} />