Skip to content
View ahoNerd's full-sized avatar
💭
aho dakara
💭
aho dakara
Block or Report

Block or report ahoNerd

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. ahoKeeb32 ahoKeeb32 Public

    C

  2. vue-2-vuetify-example vue-2-vuetify-example Public

    Contoh setup dan penggunaan Vue 2 dengan penambahan Vuetify

    Vue

  3. Detect Mobile Browser, read more at ... Detect Mobile Browser, read more at https://ahonerd.com/detect-mobile-browser
    1
    const isMobile = function () {
    2
      if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
    3
        // true apabila mobile device
    4
        return true
    5
      }
  4. Ready to use C# class to convert num... Ready to use C# class to convert number to terbilang, read more at ahonerd.com/csharp-class-konversi-angka-ke-string-terbilang
    1
    using System;
    2
    
                  
    3
    namespace ahoNerd
    4
    {
    5
      internal class Program
  5. Run and Compile Pascal with Sublime ... Run and Compile Pascal with Sublime Text, read more at https://ahonerd.com/run-and-compile-pascal-with-sublime-text
    1
    {
    2
      "shell": true,
    3
      "cmd": ["fpc", "${file_path}/${file_base_name}", "&&", "start", "cmd", "/c", "$file_base_name.exe", "&", "pause"],
    4
      "selector": "source.pascal",
    5
      "variants": [
  6. Unknown at rule @apply scss(unknownA... Unknown at rule @apply scss(unknownAtRules) error fix, read more at https://ahonerd.com/unknown-at-rules
    1
    {
    2
      "version": 1.1,
    3
      "atDirectives": [
    4
        {
    5
          "name": "@apply",