Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@beakeyz
beakeyz
Follow
View beakeyz's full-sized avatar
🏠
Working from home :)

beakeyz

🏠
Working from home :)
Electrical engineering student, obsessed with software. Hup blauw
  • Looking
  • /boot
  • 03:03 (UTC +01:00)

Highlights

  • Pro

Block or report beakeyz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
beakeyz /README.md

this sums it up pretty well I guess

package beakeyz
import(
 "fmt"
)
type Beakeyz struct {
 Id int
 FavoriteLangs []string
 Learning []string
 Hates []string
 Loves []string
}
// helper function in a readme. Noice
func getAttribute(a []string) string {
 var val string
 for index, value := range(a) {
 if index == len(a) - 1 {
 val = append(val, "and " + value)
 } else {
 val = append(val, value + ", ")
 }
 }
 return val
}
// mega epic
func (self Beakeyz) PrintSelf() {
 fmt.Printf("My age is: %s\n", self.Id)
 
 fmt.Printf("My favorite languages are: %s\n", getAttribute(self.FavoriteLangs))
 fmt.Printf("I'm currently learning: %s\n", getAttribute(self.Learning))
 fmt.Printf("I don't like: %s\n", getAttribute(self.Hates))
 fmt.Printf("I love: %s\n", getAttribute(self.Loves))
}
// main function (this comment is for people without eyeballs)
func main() {
 var me Beakeyz = &Beakeyz {
 Id: 18,
 FavoriteLangs: []string{"go", "java", "c"}, // java is just here because of nostalgia, its pretty trash otherwise lol
 Learning: []string{"C#", "Rust", "(opperating) systems", "assembly"},
 Hates: []string{"not much atm"},
 Loves: []string{"skiing", "programming", "music", "crap to do with space"}
 }
 me.PrintSelf()
}

Popular repositories Loading

  1. dadjoke-gen dadjoke-gen Public

    A client-server dynamic, written in golang, to store and obtain dadjokes to and from a sql database

    Go 2

  2. ski_tracker_client ski_tracker_client Public

    flutter implementation of the ski tracker client

    Dart 2

  3. gones-emu gones-emu Public

    WIP Nintento Entertainment System emulator

    Go 2

  4. csgo-dll-hack csgo-dll-hack Public

    C++ 1

  5. MelleWS MelleWS Public

    Forked from MelleNooijen/MelleWS

    Melle Web Services, a collection of useful web-based tools and APIs.

    JavaScript 1

  6. WinLauncher WinLauncher Public

    lmao

    C# 1

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /