google emoji

Posts tagged with :google:

jc
@jc2
hi! i’ve been a bit inactive in this slack but i’m officially back! just wanted to share a couple things i’ve been working on: marrow, markright, and the star of the show, arson! arson :fireball: is a programming language, around, well, ARSON! what else. (excuse the bad inside joke.)👇 here’s a demo of me writing a sudoku puzzle solver in arson with marrow, a text editor i’ve been working on using this amazing guide on writing one in c that i’ve been expanding upon! because i want my own vim alternative but mostly for funsies and to learn c. another things: markright! some people might know that i wrote my own markdown parser a while ago along with a web ui. the web ui has been improved and looks a lot better! (although i have a couple issues to fix in chrome). comes w/ google oauth (i kind of skimped on adding extra auth options) and a recursive filesystem. demo also below 👇 extra things i did or am working on icyi at www.jianminchen.com/article/general/2023-06-04! going forward planning to work on more hc-centric stuff!
jzaleta
@jzaleta6
I finally finished my confetti thing for #angelhacks-site! :angelhacks: github.com/hackclub/angelhacks3/pull/8 :pr: This is my first time working with Next.js :nextjs: and I wanted to see if I could code something with it without reading any docs! *How?* • Well, first I had an error, I couldn't start the dev environment! :pensive-wobble: To fix this I (somehow) installed next globally and that allowed my package.json :npm: to run next build • After that, I wrote the confetti code and implement it on a React :react: component but I also don't know any react so it didn't work :eggsdee: • So I added the confetti code into the already existing PhotoGallery component! :yay: Everything looked good, but then I got this error: ReferenceError: document is not defined :errors: • To fix that, I run my code client side after watching a small tutorial and it ended up like this:
import Masonry from 'react-masonry-css'
import styles from './PhotoGallery.module.scss'
import { Nunito } from 'next/font/google'
import { useEffect } from 'react'

const nunito = Nunito({
  weight: ['400', '800'],
  subsets: ['latin']
})

export function Button({ children, fontSize = '7rem', ...props }) {
  const handleClick = () => {
    import('js-confetti').then(({ default: Confetti }) => {
      const confetti = new Confetti()
      confetti.addConfetti({
        emojis: ['🎮', '👾', '🕹️', '💻', '📸', '🎧', '🎨', '🪽']
      })
    })
  }

  return (
    <button className={styles.button} onClick={handleClick} {...props}>
      <span className={styles.shadow} />
      <span className={styles.edge} />
      <span
        style={{ fontSize }}
        className={`${styles.front} ${nunito.className}`}>
        {children}
      </span>
    </button>
  )
}

function Image({ src, text }) {
  return (
    <div className={styles.photo}>
      <img src={src} width="auto" />
      <p>{text}</p>
    </div>
  )
}

export default function PhotoGallery() {
  useEffect(() => {}, [])
  return (
    <div className={styles.photoGallery}>
      <div className={styles.photos}>
This was very fun to work with, and definitely I need to properly learn Next.js on the future. :salute:
Shreeya
@Shreeya7+
I am relevant on barb goo
https://scrapbook-into-the-redwoods.s3.amazonaws.com/0898afb8-29b3-425a-ad87-85af51519edd-img_2040.png
google emoji
Marios
@Marios7+
More google slide work and homework :/
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ffa01e20-a810-440c-9aba-f1ad93f3b3b9-screenshot_2023-04-23-01-46-57-714_com.google.android.apps.docs.editors.slides.jpg
cupcakes
@cupcakes0
Learning about extensions :google:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/71ded013-530e-423b-9ad9-079a6cc09491-image.png
google emoji
spring-of-making emoji
parkalex380
@parkalex3800
More abuse of school google drive :bsod_smile:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/fc1253b5-e778-42f4-a755-9d67f58c0e67-image.png
sike
@sike1
https://cloud-cvphhg9we-hack-club-bot.vercel.app/020230316_112657.jpghttps://cloud-nazyuucg8-hack-club-bot.vercel.app/020230316_115400.jpghttps://cloud-d1n2ylpv4-hack-club-bot.vercel.app/020230316_115151.jpghttps://cloud-pujbc450c-hack-club-bot.vercel.app/020230316_115824.jpghttps://cloud-i6r3byho1-hack-club-bot.vercel.app/020230316_112654.jpghttps://cloud-o4lgl5rrc-hack-club-bot.vercel.app/020230316_115207.jpg
google emoji
google-cloud emoji
wom emoji
christina695
@christina6950
G-day! This morning, I added a sign up button to the website for my upcoming coding club-- connected to google forms. It’s simple, but it will work.
https://cloud-8kmixbbqp-hack-club-bot.vercel.app/0screen_shot_2023-02-25_at_12.57.24_pm.png
google emoji
wom emoji
hackclub emoji
HaitomnsG-U04FQKQMCET
@HaitomnsG-U04FQKQMCET0
:winter-hardware-wonderland: Winter Hardware Wonderland Day 10: Finally after all the tries Google Assistant is working on Raspberry Pi 4. Now I just need to make a cover for it ☺️.
HaitomnsG-U04FQKQMCET
@HaitomnsG-U04FQKQMCET0
:winter-hardware-wonderland: Winter Hardware Wonderland Day 7: Using a GitHub repo to use Alexa and Google assistant at the same time, hope it works on the first try 😁.
https://cloud-mort7yoro-hack-club-bot.vercel.app/0screenshot_2023-02-20-22-35-08-467_com.realvnc.viewer.android.jpg
google emoji
winter-hardware-wonderland emoji
wom emoji
HaitomnsG-U04FQKQMCET
@HaitomnsG-U04FQKQMCET0
:winter-hardware-wonderland: Winter Hardware Wonderland Day 6: Setting up Google Cloud Console and Amazon Developer Account for the Smart Speaker.
https://cloud-4y3jscal7-hack-club-bot.vercel.app/02023-02-19-180533_1920x1080_scrot.pnghttps://cloud-2c4337xlu-hack-club-bot.vercel.app/0img_20230219_221000.png
wom emoji
google emoji
hardware emoji
winter-hardware-wonderland emoji
among_us_orange_dance emoji
CliveAlmedia-U04KN5ZHM2L
@CliveAlmedia-U04KN5ZHM2L0
day 4/10 project- smart music system, module1 set up a project in google cloud, initialized google assistant API, worked on integrating custom actions on the assistant console until noticed google was deprecating custom actions in a few months, so now thinking of integrating Alexa with my smart music system or finding a new way of setting my smart-speaker up.
https://cloud-mspezuyux-hack-club-bot.vercel.app/0screenshot_2023-02-19_092916.jpg
wom emoji
winter-hardware-wonderland emoji
google emoji
music emoji
Marios
@Marios7+
The end of the fifth day of #hardware-party / Winter Hardware Wonderland! :winter-hardware-wonderland: Can you believe it that we reached the half point of #hardware-party! I certainly don't ~~~ Basic Project Description ~~~ Plant Location Chooser is a project that helps you choose the right place to plant your flowers. This is calculated via the Humidity, Temperature, etc. After a basic summary let's jump into today's software changes! :ultrafastparrot: ~~~ Changelog ~~~ 1️⃣ Add the bluetooth functionality of the app after what it seemed like ages. ~3 Hours! :eggsdee: 2️⃣ Learned in advance how bluetooth worked and a it was surprisingly confusing at first! 3️⃣ Create the Google Play Store page & project repository. The repo might not have anything at the moment but in the near future it certainly will. ~~~ The Plan of the Future🤖 ~~~ Push the app and the schematics to the repo and install the light module! Tomorrow is going to be an exciting! Project Repository
https://cloud-184u6aww6-hack-club-bot.vercel.app/0screenshot_2023-02-18-23-52-33-981_com.example.plant_location_chooser.jpg
wom emoji
winter-hardware-wonderland emoji
hardware emoji
google emoji
cytronicoder
@cytronicoder7+
a new project is brewing... :coffeeparrot: Google Chrome extension to pick up possible AI plagiarism by scanning the Google Doc that you are currently editing/viewing ~no idea how to build one soo here we go~ 💪
https://cloud-m0paofy5q-hack-club-bot.vercel.app/0screenshot_2023-02-14_at_8.08.13_pm.png
wom emoji
google emoji
cytronicoder
@cytronicoder7+
Shipped a simple waitlist form today! User inputs their email in, API logs email into a Google spreadsheet + Discord channel via webhook, and sets a cookie so the user cannot sign up for a second time. The UI is pretty simple, but I learned a lot about integrating the various services inside one endpoint. 💪
https://cloud-3w1qsvvq9-hack-club-bot.vercel.app/0code_260123.png
cytronicoder
@cytronicoder7+
https://cloud-7eg58lgz0-hack-club-bot.vercel.app/0image.png
khalby786
@khalby7860
https://cloud-2df17lj5l-hack-club-bot.vercel.app/0image.png
google emoji
instagram emoji
wom emoji
awesome emoji
epoch emoji
khalby786
@khalby7860
https://cloud-6484zity3-hack-club-bot.vercel.app/0image.png
instagram emoji
wom emoji
google emoji
epoch emoji
khalby786
@khalby7860
https://cloud-fp0fgf9ra-hack-club-bot.vercel.app/0image.png
epoch emoji
google emoji
instagram emoji
wom emoji
cytronicoder
@cytronicoder7+
https://cloud-eorn99549-hack-club-bot.vercel.app/0screenshot_2023-01-02_at_10.31.35_am.png
cytronicoder
@cytronicoder7+
Workshop on cybersecurity with Google DSC in Singapore! 🔏
https://cloud-ogar0clj2-hack-club-bot.vercel.app/0screenshot_2022-12-28_at_9.05.14_pm.png
google emoji
singaporeparrot emoji
wom emoji
Lucas
@Lucas2
I broke my Google Chrome; Episode 1,078,357,359,235,578
https://cloud-acac90h1q-hack-club-bot.vercel.app/0img_20221227_211620.jpg
google emoji
wom emoji
khalby786
@khalby7860
2 weeks to go till Epoch, and here's the story of this sticker. It all started a few months ago when genius minds from all over the world decided to brainstorm ideas for stickers they'd like at Epoch. We decided we wanted stickers with local Delhi references for advanced humour. And one such idea was to make a sticker that says Horn Ok Please, with Epoch-ish Hack Club elements in there. For context, Horn Ok Please is written on the back of trucks and lorries prominently seen in North India (in South India, we just have Sound Horn) to alert drivers of vehicles approaching from behind to sound their horns if they wish to overtake, in a country like India where honking is the primary source of communication between you and the other vehicles on the road. Part of the idea was also to make it look like Horn Ok Please was written on the back of a truck. I said, "OK OK LMAOOO WE'RE MAKING A STICKER OUT OF THIS". Now I'm not exactly the most productive and efficient person out there, I thrive on deadlines. I would occasionally just visit the Figma file, do random stuff and close my tabs while I did not have exams, homework or both. Normally I'd be able to complete stuff while "occasionally" visiting but this one was a bit hard. There weren't many reference images I could find, other than a photo directly from the Wikipedia page. I somehow also found the same image from a frontal angle which helped me trace out the letters and create "Horn Ok Please" as an SVG (my Figma Pen Tool skills are unrivalled, they talk about my curves). I also needed some random art related to India, like peacocks and the Taj Mahal, so what I did was take photos from unsplash.com, remove their background and run them through svgco.de (WHICH IS A GOD SENT BTW, credit to @OjasSomethin' for pointing this wonderful tool out) to give them a painted and vector-y look. I quickly combined them together but I realized it didn't have the same back-of-the-truck feeling and other people were quick to point that out. @deven then points out that I should do "Hack Ok Please" ("cos the H matches") and a few days later, there's a better reference picture of a Horn Ok Please in #design. In the thread where the image was posted, there was a lot of talk about getting the text bevels and shadows right along with identifying a similar font, which @sarthak narrowed down to a font called Syne, which fortunately was available on Google Fonts and I had it downloaded in no time. I decided to start with the background, and I wanted it to look realistic as possible. The question is, how do you make wooden planks in Figma? Sure, I could draw lines, and make it look realistic in a vector art sense but I wanted the right colour and texture. Well, what if I just placed a picture of wooden planks? That is exactly what I did, and it's called textures. A visit to textures.com gave me some quality seamless textures of wooden planks, and to make it pink I added a separate colour layer and decreased the opacity of the colour layer (I slightly colour-corrected the plank textures for it to be visible while still having the desired shade of pink). I also wanted the grooves (or gaps, whatever you call them) between the planks to affect the surrounding elements as if all the designed elements were actually painted on wooden planks. I did this by manually drawing out groove lines using the good ol' Pen Tool and giving it a slight drop shadow. The text. "Hack Ok Please!!". It needed bevels. Neither does Figma have an option for bevels nor could I find a plugin that gives bevels to text. Having lost all hope, I wandered around on YouTube hoping some Indian tech guy could help me out when an unexpected ally rose to the occasion: pixlr.com/e. They could make bevels out of text input and export it into PNG - that was more than enough for me. I dragged the export across the browser and into Figma and used a freemium plugin called Image Tracer which I thought had already been exhausted of its 5 free trials but apparently not. I got an SVG, got box shadows using a wonderful plugin called oblique and added that stuff on top of the wood. Only the decorations remained. I'm not gonna lie, I didn't have much creativity in this area. The corners of my reference image had floral-like colourful designs and I wasn't really sure about manually tracing it using the Pen Tool. The floral-like design reminded me of something I used to do with my mom when I was a kid, where basically I'd take an A4-sized paper, fold the paper in half, put drops of acrylic paint of different colours on the crease of the paper and fold it again to create something that looked like a butterfly. I thought that if I could do something like that with the right colours, I could take a good picture with my phone, remove its background, change its colours a bit and use it in my design. After begging my sister to help me (spoiler alert: she did not), I decided to steal my sister's paint (she's not on Hack Club, so she won't find out) and perform the sacred method of "squish painting". Long story short, it did not come out like I expected it to, it was too narrow and too green for my liking. (I wanted to take a picture of the result I got for the sake of this scrapbook post, but the paint stuck to each other and now I can't unfold the paper and tearing it doesn't seem like a good idea.) At this point, I decided to give up on everything else and trust the mighty Pen. By listening to the Doom OST theme song and Cocomelon songs on a loop, I traced out the basic lines of the floral designs and just randomly coloured them with every main colour I could find. By now, I was too lazy and uncreative to create my own assets, so I just screenshotted the flower thingy at the bottom of the reference image and then modified the colours a bit so that it matches the background colour of the sticker. Combine this with some smooth curves and spheres, and we have our decorations. To make it even more realistic, I got some grime and brush stroke textures from textures.com, removed their backgrounds, reduced the highlights a bit, increased the shadows a lot, halved the opacities and added the corners of the sticker. Oh and I almost forgot, there's a slight amount of noise at the very top to give it a slightly dirty/realistic feeling, using the Noise plugin. Adding noise textures to my designs is a reflex action at this point.
https://cloud-3t9z86ohm-hack-club-bot.vercel.app/00image.pnghttps://cloud-9395dltdx-hack-club-bot.vercel.app/0image.pnghttps://cloud-briizaflu-hack-club-bot.vercel.app/0image.pnghttps://cloud-6vyogbk1y-hack-club-bot.vercel.app/0image.pnghttps://cloud-a55d8l8px-hack-club-bot.vercel.app/0image.png
OmarMobayed
@OmarMobayed0
day 17/10 #10-days-in-public!! im on a fine thread on when the next day is and scrappy is the only thing saving me from losing to reese. may the Lord have mercy. fuck midterms man read a little more on the Go book! i read about the sync package and WaitGroup! ive been taking notes so thats why i am very slow at reading the book. also im using the command line to take notes, please dont judge me. its easier than having to switch to a google doc every time
https://cloud-nnbcylgfx-hack-club-bot.vercel.app/0image.pnghttps://cloud-du2dyc6bk-hack-club-bot.vercel.app/0image.png
google emoji
scrappy emoji
gopher emoji
maggie
@maggie2
day 5 of #10-days-in-public! used google apps script + cf workers to automate sending emails to #epoch-ba signups
https://cloud-lrqwhc7i3-hack-club-bot.vercel.app/0image.png
google emoji
10daysinpublic emoji
sike
@sike1
day 4 of #10-days-in-public public, a little detour but was working on readme for a small google extension that can help people from procrastinating
https://cloud-o9bv08vyp-hack-club-bot.vercel.app/0image.png
10daysinpublic emoji
google emoji
KushagraAgarwal-U03S6G15NNT
@KushagraAgarwal-U03S6G15NNT0
Day 2 #10-days-in-public This question required integration bi-parts, u-substitution and quadratic/linear division. Did have to use google to figure some part out.
https://cloud-3xusuwhox-hack-club-bot.vercel.app/0img_20221130_060702.jpg
10daysinpublic emoji
google emoji
KanishqKancharla-U041MC28L3B
@KanishqKancharla-U041MC28L3B0
https://cloud-4x6f5wfiw-hack-club-bot.vercel.app/0image.png
KanishqKancharla-U041MC28L3B
@KanishqKancharla-U041MC28L3B0
one of the officers of a honors society at school asked me to make them some sort of hours tracker that lets members of the society to sign up for tutoring slots for the last two periods of a day every day, but since our schedule is really weird, i needed to come up with some weird solution for it so i used a google apps script to pull the data from the public google calendar on our school’s website that they always update with the current school day and if there’s no school that day, and then format it and put it into a google sheet not bad for a 2 hour project at midnight if i do say so myself
jzaleta
@jzaleta6
:google: :hacktoberfest-2022:
https://cloud-k25zv5x4t-hack-club-bot.vercel.app/0captura_de_pantalla_2022-10-22_a_la_s__22.37.23.pnghttps://cloud-dgmfn7qzm-hack-club-bot.vercel.app/0captura_de_pantalla_2022-10-22_a_la_s__23.04.14.png
google emoji
hacktoberfest emoji
hacktoberfest-2022 emoji
m04
@m043
Made a simple blahaj (or any ikea product) stock tracker, built in google sheets + apps script
https://cloud-hpwhk89y8-hack-club-bot.vercel.app/0image.pnghttps://cloud-iudrbutol-hack-club-bot.vercel.app/0image.pnghttps://cloud-h9v7u1zft-hack-club-bot.vercel.app/0image.png
KanishqKancharla-U041MC28L3B
@KanishqKancharla-U041MC28L3B0
day 9 of the zachtoberfest! #10-days-in-public today, i added a optional day/time picker, so if you’re planning an event of some kind, you can filter through locations that are open at whenever you want to meet! also discovered that i went over my limit and now i owe google 50 bucks :(
https://cloud-3nu8461xd-hack-club-bot.vercel.app/0image.png
money-tub emoji
google emoji
KanishqKancharla-U041MC28L3B
@KanishqKancharla-U041MC28L3B0
day 5 of the zachathon #10-days-in-public! today was mostly fixing bugs that crashed my computer and killed everything :threat: i also made it so that the sidebar scrolls to certain cards based on which marker you press on in the map and added links to the business’s website and google maps page! here’s the app I’m working on for these 10 days: > A simple app to find the best meeting spots between 2 or more people, with the ability to filter between spots like cafes, restaurants, or more.
google emoji
arav
@arav1
day 2.9: I'm going to be making a script that sorts my files in google drive for school, because I'm lazy.
https://cloud-pz1lhgxad-hack-club-bot.vercel.app/0image.png
google emoji
tejasbhartiya
@tejasbhartiya0
Day 2/10 #10-days-in-public worked on my secret project! Learned a lot about encryption stuff which was really cool. I also watched the hacking google series which I’d recommend to anyone!
https://cloud-1ll9ct1yx-hack-club-bot.vercel.app/0img_3168.jpg
cooll-dino emoji
google emoji
Lucas
@Lucas2
Day 2 of #10-days-in-public For #10-days-in-public, I'm rebuilding my study group website. Today I studied about the google maps API and added the location of my school on my study group website
https://cloud-56aig63z1-hack-club-bot.vercel.app/0image.png
AyushPaul-U02GHNT70TB
@AyushPaul-U02GHNT70TB0
2/#10-days-in-public: working with Google Apps scripts for automations. I DIDNT KNOW HOW GOOD THIS WAS AND ITS FREE TOO! made a little script that steals files out of my mail and automatically classifies them into folders depending on their filename!
https://cloud-lvx5o5ezv-hack-club-bot.vercel.app/0screen_shot_2022-10-06_at_12.40.02_pm.png
google emoji
KanishqKancharla-U041MC28L3B
@KanishqKancharla-U041MC28L3B0
day 1 of the zachathon #10-days-in-public : I’ve started my website, added dark mode/light mode, made it possible to add multiple addresses for multiple people, and implemented google maps’ autocomplete for when people start searching things up :3 here’s the app I’m working on for these 10 days: > A simple app to find the best meeting spots between 2 or more people, with the ability to filter between spots like cafes, restaurants, or more.
belle
@belle0
https://cloud-b1fjzyd1k-hack-club-bot.vercel.app/0screenshot_2022-10-05_at_5.03.17_pm.png
aaryan
@aaryan0
Made a distance calculator, that shows the route and time to travel between two cities. Made using react, chakra UI, and react-google-maps/API that uses Google maps API V3. Deployed on: gmaps.aaryanporwal.com
https://cloud-eaztkvca7-hack-club-bot.vercel.app/0screenshot_20220930-155924.png
google emoji
react emoji
rajanagarwal
@rajanagarwal0
:assemble: ASSEMBLE SHIP :shipitparrot: The internet is a scary place — why don’t we keep it that way? Blind Spot (BS) is a model that ONLY allows you to view fake news on the internet. On a google search, it removes all reliable sources and only shows the most extreme results. On a page itself, it is glorified & prioritized if it is fake news, and if it’s a real source, it all becomes ZACHARY LATTA THE FOURTH OUR SAVIOR :zrl: In the video, you’ll see a bunch of searches just disappear, leaving only fake news 🪄 It was super fun to push my limits with a timed 90 minute hack, and where I had my first interaction with Docker and GPT2. So happy to meet all of you, had an amazing time 💖 Huge shoutout to the entire Assemble team :blob_comfy: As always, open sourced at github.com/rajanwastaken/blind-spot
https://cloud-69u9vapgi-hack-club-bot.vercel.app/0screen_shot_2022-08-07_at_11.21.43_am.pnghttps://cloud-ifgja64t1-hack-club-bot.vercel.app/0screen_shot_2022-08-07_at_7.59.25_am.png
maggie
@maggie2
Google Apps Script is very cool… wrote some code to send an email to each attendee that registers for Leland Hacks! Also got to check out our venue :)
https://cloud-d2xfxu8za-hack-club-bot.vercel.app/0image.png
EmilyLi
@EmilyLi0
currently trying out :google: cloud compute for dl model training
https://cloud-51ft6za38-hack-club-bot.vercel.app/0screen_shot_2022-07-27_at_3.42.12_pm.png
google emoji
summer-of-making emoji
clayton
@clayton0
Figured out the math. (if someone knows the name for this formula, please tell me - I couldn't Google it and ended up figuring it out myself through trial and error). Goal is the outline of an ellipse (in at least one quadrant) that can be averaged out into a more "square" or more "ellipse" shape:
https://cloud-oro52b92k-hack-club-bot.vercel.app/0image.png
summer-of-making emoji
google emoji
karolina
@karolina0
forcing myself to be productive even though the weather is nice!! set up google workspace on bank and made #karolina-is-swag to document my summer :))
https://cloud-73mc9s4sv-hack-club-bot.vercel.app/0image.png
KaraMassie
@KaraMassie0
@kognise introduced me to google's new text-to-image diffusion-based generator, imagen , so A CAT got a new 'fit.
https://cloud-2cxulopny-hack-club-bot.vercel.app/0catjacket.jpeg
msw
@msw0
https://cloud-avrh3aqk4-hack-club-bot.vercel.app/0screen_shot_2022-05-18_at_16.39.17.png
food emoji
uber emoji
dinobox emoji
spring-of-making emoji
google emoji
jessicard
@jessicard0
writing assembly in a google doc. it’s… some sort of version control! lmao
https://cloud-j22jijokv-hack-club-bot.vercel.app/0screen_shot_2022-05-13_at_12.20.22_pm.png