This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| #todo: nested binary entitlements? | |
| #todo: noclobber | |
| #todo: "in-place" to save in original path | |
| readonly MODE_PLIST=0 | |
| readonly MODE_RAW=1 | |
| readonly MODE_ENTITLEMENTS=2 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | //------------------------------------------------------------------------ | |
| // The SwiftUI Lab: Advanced SwiftUI Animations | |
| // https://swiftui-lab.com/swiftui-animations-part1 (Animating Paths) | |
| // https://swiftui-lab.com/swiftui-animations-part2 (GeometryEffect) | |
| // https://swiftui-lab.com/swiftui-animations-part3 (AnimatableModifier) | |
| //------------------------------------------------------------------------ | |
| import SwiftUI | |
| struct ContentView: View { | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package com.company; | |
| import java.util.LinkedList; | |
| import java.util.ListIterator; | |
| import java.util.Scanner; | |
| public class Partition { | |
| public static void main(String[] args) { | |
| Scanner sc = new Scanner(System.in); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package com.company; | |
| import java.util.Arrays; | |
| import java.util.LinkedList; | |
| import java.util.Queue; | |
| import java.util.Scanner; | |
| public class RoundRobin { | |
| static int currentTime = 0; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package com.company; | |
| import sun.reflect.generics.tree.Tree; | |
| import java.util.*; | |
| public class Main { | |
| public static void main(String[] args) { | |
| // write your code here | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package com.company; | |
| import java.io.OutputStream; | |
| import java.lang.ref.SoftReference; | |
| import java.util.*; | |
| import java.util.logging.Level; | |
| public class Main { | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package com.company; | |
| import java.io.OutputStream; | |
| import java.lang.ref.SoftReference; | |
| import java.util.*; | |
| public class Main { | |
| public static void main(String[] args) { |