Skip to content
View Alcedo2's full-sized avatar

Block or report Alcedo2

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

Pinned Loading

  1. walkBoxiy walkBoxiy Public

    C#

  2. DeletePanel_GameView DeletePanel_GameView
    1
    public class DeletePanel_GameView extends View {
    2
    
                  
    3
        private static final int BLANK = 0, RED = 1, BLUE = 2, GREEN = 3, YELLOW = 4;
    4
        private static final int LINE = 8, ROW = 9, NUM = 4, X = 0, Y = 1;
    5
    
                  
  3. bend_stick.cs bend_stick.cs
    1
     private IEnumerator coroutine;
    2
     public void rotateObject(GameObject obj, char axis, int targetAngle, float speed = 1, int direction = 1)
    3
    {
    4
        if (targetAngle < -359 || targetAngle > 359)
    5
        {
  4. DynamicDataDisplayAnimationGraphWith... DynamicDataDisplayAnimationGraphWithSrider.cs
    1
    using System;
    2
    using System.Windows;
    3
    using System.Windows.Controls;
    4
    using System.Windows.Media;
    5
    using Microsoft.Research.DynamicDataDisplay.DataSources;