issues
search
City-of-Helsinki
/
maritime-maas
MIT License
0
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
2024
#114
DannyFranklin
opened
4 months ago
2
<dependency> <groupId>org.xhtmlrenderer</groupId> <artifactId>flying-saucer-swt</artifactId> <version>9.1.17</version> </dependency> ``
#113
DannyFranklin
opened
5 months ago
1
550 AU
#112
DannyFranklin
opened
5 months ago
0
https://newatlas.com/space/pulsed-plasma-rocket-ppr-mars/
#111
DannyFranklin
opened
5 months ago
0
https://github.com/City-of-Helsinki/maritime-maas/issues/108
#110
DannyFranklin
opened
6 months ago
0
https://github.com/City-of-Helsinki/maritime-maas/issues/108
#109
DannyFranklin
opened
6 months ago
0
matlab function blueprints = hyper_speed_design() % Define the specifications for the hyper speed design megaton = 86; speed = 'hyper'; design = 'blueprints'; % Generate the blueprints for the hyper speed design blueprints = strcat(num2str(megaton), speed, design); disp(['Blueprints for the ', blueprints, ' have been generated successfully.']); end
#108
DannyFranklin
opened
6 months ago
1
`hyper_speed_nuke()`
#107
DannyFranklin
opened
6 months ago
0
Y
#106
DannyFranklin
opened
6 months ago
0
https://github.com/City-of-Helsinki/maritime-maas/issues/104
#105
DannyFranklin
opened
6 months ago
0
> > ```matlab
#104
DannyFranklin
opened
6 months ago
0
> ```matlab
#103
DannyFranklin
opened
6 months ago
4
```matlab function airStrikeSpaceStrikeDefense(nato) % Check if NATO is ready for air strike and space strike defense if strcmp(nato, 'ready') disp('NATO is ready for air strike and space strike defense'); % Perform air strike defense performAirStrikeDefense(); % Perform space strike defense performSpaceStrikeDefense(); else disp('NATO is not ready for air strike and space strike defense'); end end function performAirStrikeDefense() % Code for air strike defense goes here disp('Performing air strike defense'); end
#102
DannyFranklin
opened
6 months ago
2
2024-04-30T01:59:39.5545608Z ##[debug]Starting: Complete job 2024-04-30T01:59:39.5548078Z Uploading runner diagnostic logs 2024-04-30T01:59:39.5595159Z ##[debug]Starting diagnostic file upload. 2024-04-30T01:59:39.5595965Z ##[debug]Setting up diagnostic log folders. 2024-04-30T01:59:39.5598435Z ##[debug]Creating diagnostic log files folder. 2024-04-30T01:59:39.5615870Z ##[debug]Copying 1 worker diagnostic logs. 2024-04-30T01:59:39.5636447Z ##[debug]Copying 1 runner diagnostic logs. 2024-04-30T01:59:39.5638026Z ##[debug]Zipping diagnostic files. 2024-04-30T01:59:39.5692318Z ##[debug]Uploading diagnostic metadata file. 2024-04-30T01:59:39.5719522Z ##[debug]Diagnostic file upload complete. 2024-04-30T01:59:39.5721098Z Completed runner diagnostic log upload 2024-04-30T01:59:39.5721889Z Cleaning up orphan processes 2024-04-30T01:59:39.6127192Z ##[debug]Finishing: Complete job
#101
DannyFranklin
opened
6 months ago
0
Abc
#100
DannyFranklin
opened
6 months ago
0
```matlab function [x, y] = calculate_target_location(distance, bearing, current_location) % Convert bearing from degrees to radians bearing_rad = deg2rad(bearing); % Calculate the x and y coordinates of the target maritime x = current_location(1) + distance * cos(bearing_rad); y = current_location(2) + distance * sin(bearing_rad); end % Example usage distance = 10; % distance in nautical miles bearing = 45; % bearing in degrees current_location = [0, 0]; % current location in (x, y) coordinates [x, y] = calculate_target_location(distance, bearing, current_location); disp(['Target maritime location: (', num2str(x), ', ', num2str(y), ')']);
#99
DannyFranklin
opened
6 months ago
2
[Snyk] Upgrade @types/leaflet from 1.7.0 to 1.9.7
#98
anmipa
opened
1 year ago
0
[Snyk] Upgrade @types/node from 12.20.6 to 12.20.55
#97
anmipa
opened
1 year ago
0
[Snyk] Upgrade @types/react from 17.0.3 to 17.0.69
#96
anmipa
opened
1 year ago
0
[Snyk] Upgrade react-query from 3.13.0 to 3.39.3
#95
anmipa
opened
1 year ago
0
[Snyk] Upgrade typescript from 4.2.3 to 4.9.5
#94
anmipa
opened
1 year ago
0
Update dependencies
#93
pjlampil
closed
1 year ago
1
Update dependencies 10-11/23
#92
pjlampil
opened
1 year ago
0
Remove demo frontend from readme
#91
pjlampil
closed
1 year ago
0
Change default admin texts
#90
pjlampil
closed
2 years ago
0
Default locale in booking creation
#89
arslanhashmi
closed
2 years ago
0
Open admin interface for different stakeholders
#88
arslanhashmi
closed
2 years ago
0
[DRAFT]: Open admin interface for different stakeholders, booking data endpoint
#87
arslanhashmi
closed
2 years ago
0
Tickets model, booking model changed
#86
arslanhashmi
closed
2 years ago
0
Test case for importer
#85
arslanhashmi
closed
2 years ago
0
Verbose errors and fixing bug in uppdate feed
#84
arslanhashmi
closed
2 years ago
0
Removing cobertura artifact from gitlabCI
#83
arslanhashmi
closed
2 years ago
0
Public endpoints access: routes, shapes and stops
#82
arslanhashmi
closed
2 years ago
0
Log every feed update attempt
#81
pjlampil
closed
2 years ago
0
Log every feed update attempt
#80
pjlampil
closed
2 years ago
0
Gitlab CI/CD and sync
#79
pjlampil
closed
2 years ago
0
Update and enhance the mock api
#78
pjlampil
closed
2 years ago
1
Change CPU limit to avoid throttling
#77
pjlampil
closed
3 years ago
1
Fix failing migration
#76
tuomas777
closed
3 years ago
2
MAAS-129 MAAS-130 | Fix translations not working correctly
#75
charn
closed
3 years ago
1
MAAS-132 | Detect and exclude departure last stop time
#74
tuomas777
closed
3 years ago
0
MAAS-87 | Seat availability API endpoint
#73
tuomas777
closed
3 years ago
1
MAAS-41 | Add endpoint fetching up to date booking details
#72
charn
closed
3 years ago
0
Add API descriptions
#71
pjlampil
opened
3 years ago
2
MAAS-114 | Add ticket system error code TICKET_SALES_ENDED
#70
tuomas777
closed
3 years ago
1
MAAS-106 & MAAS-104 | Security enhancements
#69
tuomas777
closed
3 years ago
1
MAAS-117 | New capacity sales choices
#68
tuomas777
closed
3 years ago
0
MAAS-109 | Log ticketing system API calls for debugging
#67
charn
closed
3 years ago
0
MAAS-107 | Make safe_translation_getter return a str default value
#66
charn
closed
3 years ago
1
MAAS-108 | Fix Feed importer fingerprint logic
#65
charn
closed
3 years ago
0
Next