Skip to content
View benedictbartsch's full-sized avatar

Block or report benedictbartsch

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 Loading

  1. lotta lotta Public

    Lotta is a note taking and task management tool on Rails.

    Ruby 1

  2. A simple Ruby class that sends a mes... A simple Ruby class that sends a message to a Telegram bot and posts to a specific chat. Use `Postcard.new($yourMessage).deliver` to send a message to Telegram.
    1
    require 'net/https'
    2
    
    
    3
    # Sends a message to a Telegram bot and specific chat as defined in the environment variables.
    4
    class Postcard
    5
      def initialize(message)
  3. Example implementation of FeatureCat... Example implementation of FeatureCat's public board in an iOS UIKit app. It has all the code required in one single file for tutorial purposes - but it works.
    1
    import Foundation
    2
    import WebKit
    3
    import UIKit
    4
    
    
    5
    // This is just an example ViewController that has been stripped of all code except the one relevant for FeatureCat.