Skip to content

Instantly share code, notes, and snippets.

View ihsan314's full-sized avatar
💯
Contributing

Ihsan Olawale ihsan314

💯
Contributing
View GitHub Profile
@ihsan314
ihsan314 / com.google.sps.FindMeetingQueryTest
Last active September 18, 2020 19:21
Test output from FindMeetingQueryTest
-------------------------------------------------------------------------------
Test set: com.google.sps.FindMeetingQueryTest
-------------------------------------------------------------------------------
Tests run: 16, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
optionalAttendeeIsConsidered(com.google.sps.FindMeetingQueryTest) Time elapsed: 0.002 sec <<< FAILURE!
java.lang.AssertionError: expected:<[Range: [0, 480), Range: [570, 1440)]> but was:<[Range: [0, 480)]>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
@ihsan314
ihsan314 / installation_steps.md
Last active February 19, 2024 23:18
Install Modelsim/Quartus on Ubuntu 20.04/Fedora 32

How to install Modelsim and Quartus on Fedora 32 and Ubuntu 20.04

I tried these steps in virtual machines with these OSes, and successfully got Modelsim and Quartus to open.

  1. Update your system.

    Fedora:

    sudo dnf upgrade --refresh

    Ubuntu: