• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Block Explorer 
  • Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Hive Proposals 
  • OpenHive Chat 
  • Developer Portal 
  • Hive Whitepaper 
  • Privacy Policy
  • Terms of Service
logo
  • Posts
  • Proposals
  • Witnesses
  • Our dApps
LoginSign up

seyon (25)Hivebuzz level badge

7 followers20 postsNot following anybody1 HP
Blacklisted Users
Muted UsersFollowed BlacklistsFollowed Muted Lists

Joined January 2018 Active 8 years ago

  • Blog
  • Posts
  • Replies
  • Social
  • Notifications
  • Wallet
Posts
Comments
Payouts
  • seyon (25)in #rust • 8 years ago
    featured

    rust install behind proxy

    download and unzip
    $0.00
       0 2
    • seyon (25)in #godot • 8 years ago
      featured

      godot collision detection mouse position

      extends Area2D
      $0.00
         0 1
      • seyon (25)in #godot • 8 years ago
        featured

        godot set tile

        It is from godot 2d demo isometric func _input(e):
        $0.00
           1 0
        • seyon (25)in #godot • 8 years ago
          featured

          godot KinematicBody2D move to mouse

          It is from godot 3 2d isometric demo extends KinematicBody2D
          $0.00
             1 0
          • seyon (25)in #godot3 • 8 years ago
            featured

            godot3 mouse position

            func _input(e):
            $0.00
               0 0
            • seyon (25)in #godot • 8 years ago
              featured

              godot : sprite move to mouse position

              const MOTION_SPEED = 350 # Pixels/second
              $0.00
                 0 0
              • seyon (25)in #bitcoin • 8 years ago
                featured

                coin ICO 알아봅시다

                ICO라는 말이 많이 나오는데요..  ICO란 Initial Coin Offering  어..  머지?? 나 새로 코인 만들거거등,, 지금 사면 프리미엄 붙을거니까 얼렁사놔... ㅇㅋ?? 이거에요.. 참 쉽죠?
                $0.00
                   0 0
                • seyon (25)in #paypal • 8 years ago
                  featured

                  paypal, eToro로 bitcoin,가상화폐 사러가자.

                  요즘 가상화폐 신규 가입이 막혀있어 답답하시죠? 재정거래도 안되어 속쓰리죠? 이럴때 사용할 수 있는 것이  eToro입니다. 에 접속후 가입하면 추가 인증없이  paypal을 이용해서 거래가  가능합니다. 주의 사항이 있는데... 다른 거래소로 코인 전송안되여.. withdraw시 50$이상이고…
                  $0.00
                     4 0
                  • seyon (25)in #php • 8 years ago
                    featured

                    php zip

                    function mkzip($znm, $src = array()){
                    $0.00
                       0 0
                    • seyon (25)in #php • 8 years ago
                      featured

                      php unzip

                      function unzip($znm)
                      $0.00
                         0 0
                      • seyon (25)in #php • 8 years ago
                        featured

                        php copy file

                        // php copy file
                        $0.00
                           0 0
                        • seyon (25)in #php • 8 years ago
                          featured

                          php delete folder

                          // delete file or folder function delFile($fnm){ if(is_dir($fnm)) delTree($fnm); else unlink($fnm); } function delTree($dir){ $files = array_diff(scandir($dir)…
                          $0.00
                             0 0
                          • seyon (25)in #java • 8 years ago
                            featured

                            java text save

                            // save text utf-8 public static boolean txtSave(String fnm, String text) {
                            $0.00
                               0 0
                            • seyon (25)in #java • 8 years ago
                              featured

                              java Qlst

                              public class Qlst extends ArrayList< Qmap > { }
                              $0.00
                                 0 0
                              • seyon (25)in #java • 8 years ago
                                featured

                                java closeQuietly

                                public static void closeQuietly(Closeable closeable) { if (closeable != null) { try { closeable.close(); closeable = null; } catch (IOException ex) { } } }
                                $0.00
                                   0 0
                                • seyon (25)in #java • 8 years ago
                                  featured

                                  java StrList

                                  public class StrList extends ArrayList < String> { public StrList() { super(); } public StrList(StrList c) {
                                  $0.00
                                     0 0
                                  • seyon (25)in #java • 8 years ago
                                    featured

                                    java Qmap

                                    public class Qmap extends HashMap { public Qmap() { super(); } public Qmap(HashMap map) {
                                    $0.00
                                       1 0
                                    • seyon (25)in #java • 8 years ago
                                      featured

                                      java - zip

                                      public static boolean zip(String znm, StrList flst) { FileOutputStream fos = null; ZipOutputStream zipOut = null; try { fos = new FileOutputStream(znm); zipOut = new…
                                      $0.00
                                         0 0