Skip to content
View orosandrei's full-sized avatar
🏛️
back to basics
🏛️
back to basics
Block or Report

Block or report orosandrei

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. Rehosted-Workflow-Designer Rehosted-Workflow-Designer Public

    .NET Workflow Designer Rehosting & Custom Activity Library Example

    C# 197 77

  2. Home-Monitoring-Raspberry-Pi-Node Home-Monitoring-Raspberry-Pi-Node Public

    Raspberry Pi & Node.js diy Home Monitoring & Intruder Alert system

    JavaScript 50 22

  3. Powershell Workflow - export to Xaml... Powershell Workflow - export to Xaml file
    1
    #powershell workflow - export to xaml file
    2
    
                  
    3
    workflow PsWfExample {
    4
    	param([String[]]$Services)
    5
    	foreach -parallel ($svc in $Services){
  4. Powershell Workflow InArguments obje... Powershell Workflow InArguments object type sample: the objects can have complex types (not just String, Int)
    1
    #Powershell Workflow InArguments object type sample: the objects can have complex types (not just String, Int)
    2
    
                  
    3
    workflow paralleltest {
    4
    
                  
    5
        param(
  5. Lite-FTP-Files-Browsing Lite-FTP-Files-Browsing Public

    very lite files and folders browser for your server, all in a single php script, no configuration required

    PHP

  6. Country-Population-Distribution Country-Population-Distribution Public

    Wolfram Language code sample that generates the population distribution map for a specified country and outputs it as an image.

    Mathematica